Enable the mariadb auto upgrade process

This commit is contained in:
Felipe Knorr Kuhn 2025-12-06 23:16:05 -08:00
parent 9787e300f7
commit 0ae975bcb9
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@ services:
MYSQL_USER: "mempool"
MYSQL_PASSWORD: "mempool"
MYSQL_ROOT_PASSWORD: "admin"
MARIADB_AUTO_UPGRADE: "1"
image: mariadb:10.5.21
user: "1000:1000"
restart: on-failure