Change backup path from /mnt/nasen to /mnt/nas
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -15,7 +15,7 @@ services:
|
|||||||
- gitea_data:/data
|
- gitea_data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /mnt/nasen/backup/gitea:/tmp/backup
|
- /mnt/nas/backup/gitea:/tmp/backup
|
||||||
ports:
|
ports:
|
||||||
- "3008:3000"
|
- "3008:3000"
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
@@ -30,7 +30,7 @@ services:
|
|||||||
- BACKUP_RETAIN_DAYS=7
|
- BACKUP_RETAIN_DAYS=7
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /mnt/nasen/backup/gitea:/backup
|
- /mnt/nas/backup/gitea:/backup
|
||||||
- ./backup.sh:/usr/local/bin/backup.sh:ro
|
- ./backup.sh:/usr/local/bin/backup.sh:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user