diff --git a/docker-compose-multiple-networks.yml b/docker-compose-multiple-networks.yml index 2d4440e..4a469eb 100644 --- a/docker-compose-multiple-networks.yml +++ b/docker-compose-multiple-networks.yml @@ -9,7 +9,7 @@ services: ports: - "${IP:-0.0.0.0}:${DOCKER_HTTP:-80}:80" - "${IP:-0.0.0.0}:${DOCKER_HTTPS:-443}:443" - volumes: + volumes: - ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d - ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d - ${NGINX_FILES_PATH:-./data}/html:/usr/share/nginx/html