From cdd260efc54ce9c647f3f8397596ec424f857a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 18 Aug 2025 17:24:06 +0200 Subject: [PATCH] Removing NGINX_ENVSUBST_TEMPLATE_DIR: /etc/nginx/templates NGINX_ENVSUBST_OUTPUT_DIR: /etc/nginx/conf.d from environment: TZ: Europe/Warsaw --- deploy-this/deploy-dc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy-this/deploy-dc.yml b/deploy-this/deploy-dc.yml index 6bd0d74..d33097d 100755 --- a/deploy-this/deploy-dc.yml +++ b/deploy-this/deploy-dc.yml @@ -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"