From 4872bd89c9c8b918d947a4f93f8647f86fcddaed Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:24:18 +0200 Subject: [PATCH] Remove healthcheck from Dockerfile --- filebrowser_quantum/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/filebrowser_quantum/Dockerfile b/filebrowser_quantum/Dockerfile index 5af712163e..ae928d2076 100644 --- a/filebrowser_quantum/Dockerfile +++ b/filebrowser_quantum/Dockerfile @@ -115,4 +115,5 @@ LABEL \ # 6 Healthcheck # ################# -# Upstream +HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \ + CMD curl -f http://localhost:3001/health || exit 1