fix: changed volume bind mount to correct host path

This commit is contained in:
2025-12-05 15:11:22 -05:00
parent a4578890ad
commit f2e09ff322

View File

@@ -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