updated volume path

This commit is contained in:
2025-09-05 11:10:30 +00:00
parent cf703b7f4c
commit 5cc74e529f
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ services:
- frontend
- backend
volumes:
- /mnt/hdd1/data/docker/volumes/gitea-data:/data
- /mnt/raid1/data/docker/volumes/gitea-data:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
@@ -46,7 +46,7 @@ services:
networks:
- backend
volumes:
- /mnt/hdd1/data/docker/volumes/gitea-db:/var/lib/postgresql/data
- /mnt/raid1/data/docker/volumes/gitea-db:/var/lib/postgresql/data
restart: always
volumes:
gitea-data: