Add healthcheck for phpMyAdmin

This commit is contained in:
2025-12-17 12:11:44 +01:00
parent e27a7c0bcd
commit 366dedb3b3

View File

@@ -74,6 +74,11 @@ services:
- internal - internal
ports: ports:
- "8888:80" - "8888:80"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
timeout: 10s
retries: 3
volumes: volumes:
uploads: uploads: