From 21a94734692aa6ccccabf7a14ccbee6c7e6673ab Mon Sep 17 00:00:00 2001 From: msnie Date: Wed, 23 Jul 2025 10:39:13 +0200 Subject: [PATCH] file browser --- file_browser/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file_browser/docker-compose.yml b/file_browser/docker-compose.yml index e6a64b5..ec16c1e 100644 --- a/file_browser/docker-compose.yml +++ b/file_browser/docker-compose.yml @@ -5,8 +5,8 @@ services: # user: "1000:1000" ports: - 8081:80 -# healthcheck: - test: curl -f http://localhost:8081/ || exit 1 + healthcheck: + test: curl -f http://localhost:8081/ || exit 1 restart: unless-stopped user: "1000:113" # healthcheck: