Changed paths for container data on host

This commit is contained in:
2025-12-05 15:21:06 -05:00
parent f2e09ff322
commit 171b3aa113

View File

@@ -22,7 +22,7 @@ services:
networks: networks:
- frontend - frontend
volumes: volumes:
- gitea.vol:/data - ~/.storage/containers/gitea.vol:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- 3000:3000 - 3000:3000
@@ -35,7 +35,7 @@ services:
- 6157:6157 - 6157:6157
- 2222:2223 - 2222:2223
volumes: volumes:
- opengist.vol:/opengist - ~/.storage/containers/opengist.vol:/opengist
- ~/.config/opengist/config.yml:/config.yml - ~/.config/opengist/config.yml:/config.yml
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
environment: environment: