fixupdate

This commit is contained in:
Rodolfo Berrios
2024-02-06 13:07:48 -03:00
parent d0e28ccb10
commit 309e7a4c2a
6 changed files with 10 additions and 22 deletions

View File

@@ -12,14 +12,7 @@ services:
- ${DB_PORT}:3306
restart: always
healthcheck:
test:
[
"CMD",
"healthcheck.sh",
"--su-mysql",
"--connect",
"--innodb_initialized",
]
test: ["CMD", "healthcheck.sh", "--su-mysql", "--connect"]
interval: 10s
timeout: 5s
retries: 3