(simatec) MariaDB Autoupgrade

This commit is contained in:
simatec 2024-06-13 16:45:20 +02:00
parent 4dbde09aa4
commit ef18fcf0b0
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ services:
- MYSQL_RANDOM_ROOT_PASSWORD=yes
- TZ="Europe/Berlin"
- MARIADB_AUTO_UPGRADE=1
- MARIADB_DISABLE_UPGRADE_BACKUP=1
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
healthcheck:
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"

View file

@ -46,6 +46,7 @@ services:
- MYSQL_RANDOM_ROOT_PASSWORD=yes
- TZ="Europe/Berlin"
- MARIADB_AUTO_UPGRADE=1
- MARIADB_DISABLE_UPGRADE_BACKUP=1
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
healthcheck:
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"