Fix volume paths to use /mnt/tank/persist instead of /mnt/data

This commit is contained in:
Colin 2025-10-13 00:47:13 -04:00
parent cc6fd396ae
commit 034cc4c83f
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ services:
MYSQL_PASSWORD: "woodpecker"
MYSQL_RANDOM_ROOT_PASSWORD: 1
volumes:
- /mnt/data/nixc.us/woodpecker/production/db:/var/lib/mysql
- /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql
networks:
- woodpecker
deploy:
@ -55,7 +55,7 @@ services:
- traefik
- woodpecker
volumes:
- /mnt/data/nixc.us/woodpecker/production/data:/var/lib/woodpecker/
- /mnt/tank/persist/nixc.us/woodpecker/production/data:/var/lib/woodpecker/
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro
deploy: