fix remaining healthchecks
This commit is contained in:
@@ -10,7 +10,10 @@ services:
|
||||
- /media/scratch/droppy:/files
|
||||
healthcheck:
|
||||
test:
|
||||
["CMD", "wget", "--no-verbose", "--spider", "http://localhost:8989/"]
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"wget --no-verbose --spider http://127.0.0.1:8989/ || exit 1",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user