From 2d267d6f238c28235b9c390c9adc0a73f00dc334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20Tr=E1=BA=A7n=20Nh=E1=BA=ADt=20Minh?= <82358580+htnminh@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:31:26 +0700 Subject: [PATCH] fix(template/filebrowser): correct healthcheck for Filebrowser --- templates/compose/filebrowser.yaml | 5 ----- 1 file changed, 5 deletions(-) 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