restore correct path letsencrypt! + NGINX_ENVSUBST_TEMPLATE_DIR:
/etc/nginx/templates
NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d
This commit is contained in:
parent
925bdb0722
commit
dcd8b4213b
|
|
@ -8,7 +8,8 @@ services:
|
|||
|
||||
environment:
|
||||
TZ: Europe/Warsaw
|
||||
|
||||
NGINX_ENVSUBST_TEMPLATE_DIR: /etc/nginx/templates
|
||||
NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d
|
||||
|
||||
ports:
|
||||
- "80:80"
|
||||
|
|
@ -25,7 +26,7 @@ services:
|
|||
size: 2147483648 # 2GB w bajtach
|
||||
|
||||
# Certyfikaty SSL
|
||||
- ${DOCKER_DATA}/letsencrypt:/etc/letsencrypt:ro
|
||||
- ${DOCKER_DATA}/letsencrypt:/letsencrypt:rw
|
||||
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot:rw
|
||||
|
||||
# Logi
|
||||
|
|
|
|||
Loading…
Reference in New Issue