Skip to content

Commit 5961d41

Browse files
alerodromevertramos
authored andcommitted
Fix issue #113 (#124)
1 parent e15e6ef commit 5961d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-multiple-networks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
ports:
1010
- "${IP:-0.0.0.0}:${DOCKER_HTTP:-80}:80"
1111
- "${IP:-0.0.0.0}:${DOCKER_HTTPS:-443}:443"
12-
volumes:
12+
volumes:
1313
- ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
1414
- ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d
1515
- ${NGINX_FILES_PATH:-./data}/html:/usr/share/nginx/html

0 commit comments

Comments
 (0)