Merge pull request #2400 from Idorobots/fix-firefly-mariadb-healthcheck

Fix firefly mariadb healthcheck preventing app startup.
This commit is contained in:
Andras Bacsai
2024-06-10 13:02:53 +02:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ services:
test:
[
"CMD",
"mysqladmin",
"mariadb-admin",
"ping",
"-h",
"127.0.0.1",