Fix: Healthcheck auf / statt /healthcheck
/healthcheck existiert nicht in WordPress
🤖 Generated with Claude Code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user