chore: upgrade to 3.1.0+2.4.0

This commit is contained in:
notplants
2026-06-09 01:17:55 +00:00
committed by notplants
parent dfed87a39f
commit 0e18e4b128
2 changed files with 7 additions and 3 deletions

View File

@ -18,12 +18,16 @@ services:
- db
db:
image: mariadb:11.8
image: mariadb:12.3
environment:
- MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
- MYSQL_USER=kuma
- MYSQL_DATABASE=kuma
# Run mariadb-upgrade automatically when the data dir is from an older
# major version (e.g. 11.x -> 12.x). Needed because this overlay can be
# carried across MariaDB major bumps.
- MARIADB_AUTO_UPGRADE=1
volumes:
- mariadb:/var/lib/mysql
networks: