From 2958463344c29889b1f08344516f2c3d251f082b Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Sun, 30 Jun 2019 11:20:48 +1000 Subject: [PATCH] Bind mount vaultmsgs directory --- run_docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_docker.sh b/run_docker.sh index cfcc643e..d9d29688 100755 --- a/run_docker.sh +++ b/run_docker.sh @@ -4,4 +4,5 @@ sleep 1 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=/mnt/vault/emails,target=/var/www/emails \ + --mount type=bind,source=/mnt/vault/vaultmsgs,target=/var/www/vaultmsgs \ cmc:latest