file browser

This commit is contained in:
msnie
2025-07-23 10:37:44 +02:00
parent c228c95bb7
commit 5bde23191a
+7 -7
View File
@@ -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: