Updates for IPv6 and nginx
This commit is contained in:
@@ -20,6 +20,9 @@ services:
|
||||
options:
|
||||
max-size: ${NGINX_WEB_LOG_MAX_SIZE:-4m}
|
||||
max-file: ${NGINX_WEB_LOG_MAX_FILE:-10}
|
||||
environment:
|
||||
ENABLE_IPV6: "true"
|
||||
RESOLVERS: "8.8.8.8 8.8.4.4"
|
||||
|
||||
nginx-gen:
|
||||
image: jwilder/docker-gen
|
||||
@@ -39,6 +42,9 @@ services:
|
||||
options:
|
||||
max-size: ${NGINX_GEN_LOG_MAX_SIZE:-2m}
|
||||
max-file: ${NGINX_GEN_LOG_MAX_FILE:-10}
|
||||
environment:
|
||||
ENABLE_IPV6: "true"
|
||||
RESOLVERS: "8.8.8.8 8.8.4.4"
|
||||
|
||||
nginx-letsencrypt:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
@@ -53,6 +59,9 @@ services:
|
||||
environment:
|
||||
NGINX_DOCKER_GEN_CONTAINER: ${DOCKER_GEN:-nginx-gen}
|
||||
NGINX_PROXY_CONTAINER: ${NGINX_WEB:-nginx-web}
|
||||
ENABLE_IPV6: "true"
|
||||
RESOLVERS: "8.8.8.8 8.8.4.4"
|
||||
|
||||
logging:
|
||||
driver: ${NGINX_LETSENCRYPT_LOG_DRIVER:-json-file}
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user