Skip to content

Commit 15fdbee

Browse files
committed
remove extra space
1 parent a4b29ab commit 15fdbee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ services:
1010
ports:
1111
- "${IPv4:-0.0.0.0}:${DOCKER_HTTP_:-80}:80"
1212
- "${IPv4:-0.0.0.0}:${DOCKER_HTTPS:-443}:443"
13-
# - "${IPv6:-::0}:${DOCKER_HTTP_:-80}:80"
14-
# - "${IPv6:-::0}:${DOCKER_HTTPS:-443}:443"
13+
# - "${IPv6:-::0}:${DOCKER_HTTP_:-80}:80"
14+
# - "${IPv6:-::0}:${DOCKER_HTTPS:-443}:443"
1515
environment:
1616
SSL_POLICY: ${SSL_POLICY:-Mozilla-Intermediate}
17-
# ENABLE_IPV6: "true"
17+
# ENABLE_IPV6: "true"
1818
volumes:
1919
- ${NGINX_FILES_PATH:-./data}/conf.d:/etc/nginx/conf.d
2020
- ${NGINX_FILES_PATH:-./data}/vhost.d:/etc/nginx/vhost.d

0 commit comments

Comments
 (0)