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