From: Art4 Date: Sun, 22 Dec 2024 06:38:03 +0000 (+0000) Subject: better healtcheck for mariadb X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab22464d5504a1dbcf5573bd706f32f983f9916f;p=friendica.git better healtcheck for mariadb --- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 3e9705f269..268650f6d6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -24,7 +24,7 @@ jobs: MYSQL_USER: test ports: - 3306/tcp - options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 + options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3 redis: image: redis