Skip to content

Commit

Permalink
Using unharmful default for secondary nginx port
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Oct 10, 2018
1 parent 0396777 commit 366838f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -6,7 +6,7 @@ services:
nginx:
image: "nginx:stable"
environment:
NGINX_PORT: "80"
NGINX_PORT: "[::]:80"
volumes:
- ".:/var/www/html:rw"
- "./Docker/nginx/nginx.conf:/etc/nginx/conf.d/default.template:ro"
Expand Down

0 comments on commit 366838f

Please sign in to comment.