We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15e6ef commit 5961d41Copy full SHA for 5961d41
docker-compose-multiple-networks.yml
@@ -9,7 +9,7 @@ services:
9
ports:
10
- "${IP:-0.0.0.0}:${DOCKER_HTTP:-80}:80"
11
- "${IP:-0.0.0.0}:${DOCKER_HTTPS:-443}:443"
12
- volumes:
+ volumes:
13
- ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
14
- ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d
15
- ${NGINX_FILES_PATH:-./data}/html:/usr/share/nginx/html
0 commit comments