Updated installer (custom folder)

This commit is contained in:
root
2025-05-25 10:27:47 +00:00
parent b5cde53127
commit 94e63329c4
4 changed files with 26 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ services:
restart: always
entrypoint: ./start.sh
volumes:
- /data:/srv #Change to match your directory
- $SMB_DATA_FOLDER:/srv #Change to match your directory
- /selfhosting/apps/smb_utilities/filebrowser/filebrowser.db:/database/filebrowser.db #Change to match your directory
- /selfhosting/apps/smb_utilities/filebrowser/settings.json:/config/settings.json #Change to match your directory
- /selfhosting/apps/smb_utilities/filebrowser/start.sh:/start.sh