fix(template/filebrowser): correct routing and healthcheck for Filebrowser
This commit is contained in:
parent
96b3e269c5
commit
2e3d09df2a
1 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ services:
|
||||||
"port": 80
|
"port": 80
|
||||||
}
|
}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
|
||||||
interval: 2s
|
interval: 10s
|
||||||
timeout: 10s
|
timeout: 3s
|
||||||
retries: 15
|
retries: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue