diff --git a/templates/compose/filebrowser.yaml b/templates/compose/filebrowser.yaml index 2cb17d501..a9eb35e2e 100644 --- a/templates/compose/filebrowser.yaml +++ b/templates/compose/filebrowser.yaml @@ -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