fix bug from issue

This commit is contained in:
inrgihc
2023-06-02 21:28:50 +08:00
parent 4e6e2f3fab
commit 256b2fcafb
4 changed files with 14 additions and 8 deletions

View File

@@ -11,6 +11,12 @@ services:
MYSQL_PASSWORD: 123456
MYSQL_ROOT_PASSWORD: 123456
MYSQL_ROOT_HOST: '%'
healthcheck:
test: ["CMD", "mysql", "-uroot", "-p123456" ,"-e"," select 1 "]
interval: 10s
timeout: 3s
retries: 60
start_period: 30s
dbswitch:
container_name: dbswitch_webui
image: inrgihc/dbswitch:1.7.0