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: test:
[ [
"CMD", "CMD",
"mysqladmin", "mariadb-admin",
"ping", "ping",
"-h", "-h",
"127.0.0.1", "127.0.0.1",