Bind mount vaultmsgs directory

This commit is contained in:
Karl Cordes 2019-06-30 11:20:48 +10:00
parent 261a21bc3c
commit 2958463344

View file

@ -4,4 +4,5 @@ sleep 1
docker run -d -p 127.0.0.1:8888:80 \ docker run -d -p 127.0.0.1:8888:80 \
--mount type=bind,source=/home/cmc/cmc-sales/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf \ --mount type=bind,source=/home/cmc/cmc-sales/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf \
--mount type=bind,source=/mnt/vault/emails,target=/var/www/emails \ --mount type=bind,source=/mnt/vault/emails,target=/var/www/emails \
--mount type=bind,source=/mnt/vault/vaultmsgs,target=/var/www/vaultmsgs \
cmc:latest cmc:latest