Fix volume paths to use /mnt/tank/persist instead of /mnt/data
This commit is contained in:
parent
cc6fd396ae
commit
034cc4c83f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue