readme update
This commit is contained in:
parent
220e428f5b
commit
a972d207be
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ services:
|
|||
volumes:
|
||||
- handin_data:/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -fsS http://localhost:8000/api/health >/dev/null || exit 1"]
|
||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/api/health')"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue