From 8d5d5843c2b15f89e82afe2cc4a822edbf163d03 Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Mon, 12 Jun 2023 16:41:50 +0200 Subject: [PATCH] fix docker healthhceck --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 13d2d171..09028ec9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -112,7 +112,7 @@ services: image: mariadb:latest hostname: ${RANDOMTAG}db-odc healthcheck: - test: [ "CMD", "mysqladmin" ,"ping", "-h", "localhost" ] + test: [ "CMD", "mariadb-admin" ,"ping", "-h", "localhost","-ptest" ] timeout: 20s retries: 10 environment: