Fix: Healthcheck auf / statt /healthcheck

/healthcheck existiert nicht in WordPress

🤖 Generated with Claude Code
This commit is contained in:
2025-12-17 13:50:31 +01:00
parent 5bf4d6d6e3
commit 2722f92019

View File

@@ -39,7 +39,7 @@ services:
- internal
- coolify
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"]
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
interval: 30s
timeout: 10s
start_period: 60s