had to remove the healthcheck because it was erroring

This commit is contained in:
2026-03-19 00:25:41 -07:00
parent 6f7deae721
commit e2748f4a95

View File

@@ -8,9 +8,3 @@ services:
ports:
- ${DOKU_PORT}:9090
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:9090/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s