file browser

This commit is contained in:
msnie
2025-07-23 10:16:35 +02:00
parent 93aac91ed1
commit 80c74f6b5c
+8 -3
View File
@@ -4,10 +4,15 @@ services:
filebrowser: filebrowser:
image: filebrowser/filebrowser:s6 image: filebrowser/filebrowser:s6
# user: "1000:1000" # user: "1000:1000"
ports: # ports:
- 8081:8081 # - 8081:8081
# healthcheck:
# test: curl -f http://localhost:8081/ || exit 1
healthcheck: healthcheck:
test: curl -f http://localhost:8188/ || exit 1 test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
interval: 30s
timeout: 20s
retries: 3
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
volumes: volumes: