fix web healthcheck
This commit is contained in:
parent
71b63e04a4
commit
6af64089a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user