add filebrowser
This commit is contained in:
parent
df79cdcc1e
commit
b1953751c3
1 changed files with 15 additions and 0 deletions
15
unraid-docker/filebrowser/compose.yaml
Normal file
15
unraid-docker/filebrowser/compose.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
filebrowser:
|
||||
image: filebrowser/filebrowser:s6
|
||||
container_name: FileBrowser-PNP
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- UMASK=002
|
||||
volumes:
|
||||
- /mnt/user/media_root:/srv
|
||||
- /mnt/user/appdata/filebrowser/db:/db
|
||||
- /mnt/user/appdata/filebrowser/db/database.db:/database/filebrowser.db
|
||||
ports:
|
||||
- "8083:80"
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue