Skip to content

Commit

Permalink
Show how to enable ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbarless committed May 24, 2018
1 parent 7d65a0c commit 2b88f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
- "/usr/share/nginx/html"
- "/var/run/docker.sock:/tmp/docker.sock:ro"
- "/etc/nginx/certs"
environment:
ENABLE_IPV6: "false" # Enable when ready

letsencrypt-nginx-proxy-companion:
image: jrcs/letsencrypt-nginx-proxy-companion
Expand Down

0 comments on commit 2b88f90

Please sign in to comment.