We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b29ab commit 15fdbeeCopy full SHA for 15fdbee
docker-compose.yml
@@ -10,11 +10,11 @@ services:
10
ports:
11
- "${IPv4:-0.0.0.0}:${DOCKER_HTTP_:-80}:80"
12
- "${IPv4:-0.0.0.0}:${DOCKER_HTTPS:-443}:443"
13
- # - "${IPv6:-::0}:${DOCKER_HTTP_:-80}:80"
14
- # - "${IPv6:-::0}:${DOCKER_HTTPS:-443}:443"
+# - "${IPv6:-::0}:${DOCKER_HTTP_:-80}:80"
+# - "${IPv6:-::0}:${DOCKER_HTTPS:-443}:443"
15
environment:
16
SSL_POLICY: ${SSL_POLICY:-Mozilla-Intermediate}
17
- # ENABLE_IPV6: "true"
+# ENABLE_IPV6: "true"
18
volumes:
19
- ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
20
- ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d
0 commit comments