Update File_Containers/filebrowser/compose.yaml

This commit is contained in:
2026-01-24 23:09:56 +00:00
parent fab7ec17fd
commit 55536d28cd
+13
View File
@@ -0,0 +1,13 @@
services:
filebrowser:
image: hurlenko/filebrowser
#user: "${UID}:${GID}"
container_name: filebrowser
ports:
- 8089:8080
volumes:
- /srv/docker/filebrowser/DATA_DIR:/data
- /srv/docker/filebrowser/CONFIG_DIR:/config
environment:
- FB_BASEURL=/filebrowser
restart: unless-stopped