update health chrck
Deploy NginxProxyManager / deploy (push) Failing after 2m2s

This commit is contained in:
Mike McFetridge
2026-07-24 19:12:00 -04:00
parent 15968c489b
commit 62de3c75e5
+1 -1
View File
@@ -16,7 +16,7 @@ services:
networks: networks:
- internal - internal
healthcheck: healthcheck:
test: ["CMD-SHELL", "mysqladmin ping -h localhost -u $MYSQL_USER -p$MYSQL_PASSWORD || exit 1"] test: ["CMD-SHELL", "healthcheck.sh"]
interval: 20s interval: 20s
timeout: 5s timeout: 5s
retries: 5 retries: 5