Skip to content

Commit

Permalink
test: remove /etc/nginx/conf.d volume
Browse files Browse the repository at this point in the history
  • Loading branch information
buchdag committed Jun 12, 2024
1 parent d61ef26 commit 494a248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/setup/setup-nginx-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ case $SETUP in
docker run -d -p 80:80 -p 443:443 \
--name "$NGINX_CONTAINER_NAME" \
-v /etc/nginx/certs \
-v /etc/nginx/conf.d \
-v /etc/nginx/vhost.d \
-v /usr/share/nginx/html \
-v /var/run/docker.sock:/tmp/docker.sock:ro \
Expand Down

0 comments on commit 494a248

Please sign in to comment.