mirror of
https://github.com/renorris/openfsd
synced 2026-04-26 10:45:44 +08:00
fix mysql healthcheck console spam
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
MYSQL_DATABASE: openfsd
|
MYSQL_DATABASE: openfsd
|
||||||
MYSQL_ROOT_HOST: '%'
|
MYSQL_ROOT_HOST: '%'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
|
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 15s
|
timeout: 15s
|
||||||
|
|||||||
Reference in New Issue
Block a user