From f2e09ff322565c4f544605bc4f9cd412ee8836a5 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 5 Dec 2025 15:11:22 -0500 Subject: [PATCH] fix: changed volume bind mount to correct host path --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 6b95284..3c8965d 100644 --- a/compose.yml +++ b/compose.yml @@ -23,7 +23,6 @@ services: - frontend volumes: - gitea.vol:/data - - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: - 3000:3000 @@ -37,7 +36,8 @@ services: - 2222:2223 volumes: - opengist.vol:/opengist - - ~/.config/opengist/config.yml:/config.yml" + - ~/.config/opengist/config.yml:/config.yml + - /etc/localtime:/etc/localtime:ro environment: OG_LOG_LEVEL: warn OG_SSH_PORT: 22 @@ -56,7 +56,7 @@ services: volumes: # - grocy.vol:/data - ~/.config/grocy:/config - - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro ports: - 9283:9283 restart: unless-stopped