Temporarily disable persistent volumes to test database startup
This commit is contained in:
parent
4c0d07dcf6
commit
3d0d620f1c
|
@ -60,8 +60,8 @@ services:
|
|||
- MYSQL_USER=woodpecker
|
||||
- MYSQL_PASSWORD=woodpecker
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=1
|
||||
volumes:
|
||||
- /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql
|
||||
# volumes:
|
||||
# - /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql
|
||||
networks:
|
||||
- default
|
||||
deploy:
|
||||
|
|
Loading…
Reference in New Issue