From 00ed54799f2cf0b18f6b9bccfbd41b829ea35944 Mon Sep 17 00:00:00 2001 From: Kajetan Rzepecki Date: Sun, 9 Jun 2024 13:14:07 +0200 Subject: [PATCH] Fix Firefly III MariaDB health check. --- templates/compose/firefly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/firefly.yaml b/templates/compose/firefly.yaml index bd88006fc..4dd8dda96 100644 --- a/templates/compose/firefly.yaml +++ b/templates/compose/firefly.yaml @@ -39,7 +39,7 @@ services: test: [ "CMD", - "mysqladmin", + "mariadb-admin", "ping", "-h", "127.0.0.1",