From 5bde23191aa6289bcf99e494c1d1920503258662 Mon Sep 17 00:00:00 2001 From: msnie Date: Wed, 23 Jul 2025 10:37:44 +0200 Subject: [PATCH] file browser --- file_browser/docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/file_browser/docker-compose.yml b/file_browser/docker-compose.yml index 95d9f9a..e6a64b5 100644 --- a/file_browser/docker-compose.yml +++ b/file_browser/docker-compose.yml @@ -4,16 +4,16 @@ services: image: filebrowser/filebrowser:s6 # user: "1000:1000" ports: - - 8081:8081 + - 8081:80 # healthcheck: -# test: curl -f http://localhost:8081/ || exit 1 + test: curl -f http://localhost:8081/ || exit 1 restart: unless-stopped user: "1000:113" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8081/health"] - interval: 30s - timeout: 20s - retries: 3 + # healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost:8081/health"] + # interval: 30s + # timeout: 20s + # retries: 3 security_opt: - no-new-privileges:true volumes: