cmc-sales/run_docker_prd.sh
2020-11-03 20:32:39 +11:00

10 lines
511 B
Bash
Executable file

export ID=$(docker ps -qf ancestor='cmc:latest')
docker kill $ID
sleep 1
docker run -d --restart always -p 127.0.0.1:8888:80 \
--mount type=bind,source=/mnt/vault/pdf,target=/var/www/cmc-sales/app/webroot/pdf \
--mount type=bind,source=/mnt/vault/attachments_files,target=/var/www/cmc-sales/app/webroot/attachments_files \
--mount type=bind,source=/mnt/vault/emails,target=/var/www/emails \
--mount type=bind,source=/mnt/vault/vaultmsgs,target=/var/www/vaultmsgs \
cmc:latest