file browser

This commit is contained in:
msnie
2025-07-23 13:02:12 +02:00
parent c9551d1357
commit fc09d7f5eb
+2 -2
View File
@@ -3,8 +3,8 @@ services:
filebrowser:
image: filebrowser/filebrowser:s6
# user: "1000:1000"
ports:
- 8188:8188
# ports:
# - 8188:8188
healthcheck:
test: curl -f http://localhost:8188/ || exit 1
restart: unless-stopped