(simatec) Fix MariaDB Upgrade
This commit is contained in:
parent
aa37b9b7c9
commit
4dbde09aa4
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
- TZ="Europe/Berlin"
|
||||
#- MARIADB_AUTO_UPGRADE=TRUE
|
||||
- MARIADB_AUTO_UPGRADE=1
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
healthcheck:
|
||||
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
|
||||
|
|
|
@ -45,7 +45,7 @@ services:
|
|||
- MYSQL_PASSWORD=${MYSQL_PASSWORD}
|
||||
- MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
- TZ="Europe/Berlin"
|
||||
#- MARIADB_AUTO_UPGRADE=TRUE
|
||||
- MARIADB_AUTO_UPGRADE=1
|
||||
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
healthcheck:
|
||||
test: mysql --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables"
|
||||
|
|
Loading…
Reference in a new issue