Modify docker-compose.yml

This commit is contained in:
Alan Moon 2025-06-23 16:53:17 -07:00
parent b33ae8feb8
commit bf1f8d5cdc

View File

@ -34,6 +34,8 @@ services:
- "qtc-data:/var/lib/mariadb"
networks:
- qtc-backend
ports:
- "3306:3306" # external local access
healthcheck:
test: ["CMD", "healthcheck.sh", "--connect"]
retries: 3