fix(template/filebrowser): correct healthcheck for Filebrowser
This commit is contained in:
parent
2e3d09df2a
commit
2d267d6f23
1 changed files with 0 additions and 5 deletions
|
|
@ -29,8 +29,3 @@ services:
|
|||
"address": "0.0.0.0",
|
||||
"port": 80
|
||||
}
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue