Skip to content

Commit

Permalink
Add IPv6 option to nginx proxy container
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed Apr 21, 2021
1 parent 0132928 commit 06eccec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
# - "${IPv6:-::0}:${DOCKER_HTTPS:-443}:443"
environment:
SSL_POLICY: ${SSL_POLICY:-Mozilla-Intermediate}
# ENABLE_IPV6: "true"
volumes:
- ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
- ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d
Expand Down

0 comments on commit 06eccec

Please sign in to comment.