Add FS3 storage
This commit is contained in:
parent
2a87861926
commit
7efa44e600
1 changed files with 2 additions and 0 deletions
|
@ -7,12 +7,14 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- JELLYFIN_PublishedServerUrl=https://media.azw27.de
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- /mnt/FS1:/data/FS1
|
||||
- /mnt/FS2:/data/FS2
|
||||
- /mnt/FS3:/data/FS3
|
||||
- /mnt/raid/music:/data/music
|
||||
ports:
|
||||
- 8096:8096
|
||||
|
|
Loading…
Reference in a new issue