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
|
||||
}
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||
interval: 2s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:80 || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue