Skip to content

Commit 06eccec

Browse files
committed
Add IPv6 option to nginx proxy container
1 parent 0132928 commit 06eccec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
# - "${IPv6:-::0}:${DOCKER_HTTPS:-443}:443"
1515
environment:
1616
SSL_POLICY: ${SSL_POLICY:-Mozilla-Intermediate}
17+
# ENABLE_IPV6: "true"
1718
volumes:
1819
- ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
1920
- ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d

0 commit comments

Comments
 (0)