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
|
- internal
|
||||||
- coolify
|
- coolify
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
start_period: 60s
|
start_period: 60s
|
||||||
|
|||||||
Reference in New Issue
Block a user