file browser tweaks

This commit is contained in:
2025-09-26 16:52:03 -07:00
parent 06d6f14ce1
commit 5c696c9765
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ services:
filebrowser:
image: ${FILEBROWSER_IMAGE:-gtstef/filebrowser:latest}
volumes:
- ${VOL_PATH:-./data}/filebrowser/storage:/srv
- ${VOL_PATH:-./data}/storage:/srv
- ${VOL_PATH:-./data}/filebrowser/root:/home/filebrowser/data
- ${VOL_CONFIG_PATH:-./config}/config.yaml:/home/filebrowser/config.yaml
environment: