Add MariaDB auto-upgrade parameters to fix InnoDB initialization issues
This commit is contained in:
parent
dd2b42a9b1
commit
ae558917f1
|
@ -60,6 +60,8 @@ services:
|
||||||
- MYSQL_USER=woodpecker
|
- MYSQL_USER=woodpecker
|
||||||
- MYSQL_PASSWORD=woodpecker
|
- MYSQL_PASSWORD=woodpecker
|
||||||
- MYSQL_RANDOM_ROOT_PASSWORD=1
|
- MYSQL_RANDOM_ROOT_PASSWORD=1
|
||||||
|
- MARIADB_AUTO_UPGRADE=1
|
||||||
|
- MARIADB_DISABLE_UPGRADE_BACKUP=1
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql
|
- /mnt/tank/persist/nixc.us/woodpecker/production/db:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue