[DOCKER] Automated PR for easy-appointments-deploy_2025-07-13T18-59-07 - #105 #105

Merged
gitea-sonarqube-bot merged 12 commits from easy-appointments-deploy_2025-07-13T18-59-07 into main 2025-07-14 08:27:10 -04:00
Showing only changes of commit 647b2aef4e - Show all commits
+1 -1
View File
@@ -3326,7 +3326,7 @@ services:
PUID: 1000
TZ: America/New_York
healthcheck:
test: [ "CMD", "healthcheck.sh", "--connect", "--innodb_initialized" ]
test: [ "CMD-SHELL", "mariadb-admin ping -h localhost -p${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD} || exit 1" ]
interval: 1m30s
timeout: 10s
retries: 5