From b0b6c866f483c89f690a262144c7c0db298faf0c Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 26 Sep 2024 20:07:14 +0200 Subject: [PATCH] config/piler-default.yml aktualisiert --- config/piler-default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/piler-default.yml b/config/piler-default.yml index ed3d748..e35a2d5 100644 --- a/config/piler-default.yml +++ b/config/piler-default.yml @@ -21,7 +21,7 @@ services: - 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" + test: mariadb --user=${MYSQL_USER} --password=${MYSQL_PASSWORD} piler --execute "show tables" interval: "60s" timeout: "5s" start_period: "15s"