Update File Browser/Compose.yaml

This commit is contained in:
2025-10-30 19:30:14 +00:00
parent eebafb3426
commit 68b844cf6e
+13
View File
@@ -0,0 +1,13 @@
services:
filebrowser:
image: hurlenko/filebrowser
#user: "${UID}:${GID}"
container_name: file_browser
ports:
- 8089:8080
volumes:
- /srv/docker/filebrowser/DATA_DIR:/data
- /srv/docker/filebrowser/CONFIG_DIR:/config
environment:
- FB_BASEURL=/filebrowser
restart: unless-stopped