diff --git a/run_docker.sh b/run_docker.sh index 6f5aa947..07c2f02b 100644 --- a/run_docker.sh +++ b/run_docker.sh @@ -1,4 +1,4 @@ ID=$(docker ps -f ancestor=cmc:latest -q) docker kill $ID sleep 1 -docker run -d -p 8888:80 --mount type=bind,source="$(pwd)"/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf cmc:latest +docker run -d -p 127.0.0.1:8888:80 --mount type=bind,source="$(pwd)"/app/webroot/pdf,target=/var/www/cmc-sales/app/webroot/pdf cmc:latest