From d033fdfa9bd119c9bdcad79dd7b0f00e4ca4a82b Mon Sep 17 00:00:00 2001 From: furyhawk Date: Sat, 25 Jan 2025 13:17:00 +0800 Subject: [PATCH] Refactor swarm/secondary.yml: Comment out timezone volume mounts for clarity --- swarm/secondary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/secondary.yml b/swarm/secondary.yml index 0128460..7ccd9c4 100644 --- a/swarm/secondary.yml +++ b/swarm/secondary.yml @@ -21,8 +21,8 @@ services: - traefik-public volumes: - /var/data/glance.yml:/app/glance.yml - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro + # - /etc/timezone:/etc/timezone:ro + # - /etc/localtime:/etc/localtime:ro deploy: labels: - traefik.enable=true