NGINX_ENVSUBST_TEMPLATE_DIR: /etc/nginx/templates
NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d
from
    environment:
      TZ: Europe/Warsaw
This commit is contained in:
Artur Kuś 2025-08-18 17:24:06 +02:00
parent 4201c95762
commit cdd260efc5
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ services:
environment:
TZ: Europe/Warsaw
NGINX_ENVSUBST_TEMPLATE_DIR: /etc/nginx/templates
NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d
ports:
- "80:80"