From e259f9b1ba32d2c8155665ac039a424336f87369 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Wed, 10 Dec 2025 11:16:38 +1100 Subject: [PATCH] Removed the use 'timezone' in the generated 'configure-script.js' --- configure-script.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure-script.js b/configure-script.js index 99a7c63..c77ce15 100644 --- a/configure-script.js +++ b/configure-script.js @@ -222,7 +222,6 @@ services: - CHAT_URI=https://${chatWebAddress} - SECRET_ACCESS=${accessToken} volumes: - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: - app-network @@ -253,7 +252,6 @@ services: - PAGE_SIZE=10 - SECRET_ACCESS=${accessToken} volumes: - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: - app-network @@ -295,7 +293,6 @@ services: - SECRET_ACCESS=${accessToken} - SECRET_REFRESH=${refreshToken} volumes: - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: - app-network @@ -325,7 +322,6 @@ services: - DB_TIMEZONE=${dbTimeZone} - SECRET_ACCESS=${accessToken} volumes: - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: - app-network @@ -342,7 +338,6 @@ ${ [projectDBHost, newsDBHost, authDBHost, chatDBHost].some(x => x == "database" volumes: - ./mysql:/var/lib/mysql - ./startup.sql:/docker-entrypoint-initdb.d/startup.sql:ro - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: - app-network @@ -369,7 +364,6 @@ ${ [projectDBHost, newsDBHost, authDBHost, chatDBHost].some(x => x == "database" volumes: - ./letsencrypt:/letsencrypt - /var/run/docker.sock:/var/run/docker.sock:ro - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro networks: - app-network