fix web healthcheck

This commit is contained in:
knoflook 2023-10-19 16:47:53 +02:00
parent 71b63e04a4
commit 6af64089a5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
environment:
- DOMAIN
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
test: ["CMD", "curl", "-f", "http://localhost/api/config/"]
interval: 15s
timeout: 3s
retries: 2