file browser

This commit is contained in:
msnie
2025-07-23 10:32:09 +02:00
parent 44056062dd
commit 82e6eace32
+2 -2
View File
@@ -2,13 +2,13 @@
services:
filebrowser:
image: filebrowser/filebrowser:s6
user: "1000:1000"
# user: "1000:1000"
ports:
- 8081:8081
# healthcheck:
# test: curl -f http://localhost:8081/ || exit 1
restart: unless-stopped
# user: "1000:113"
user: "1000:113"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081/health"]
interval: 30s