updated volume path
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user