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
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
|
- JELLYFIN_PublishedServerUrl=https://media.azw27.de
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
- /mnt/FS1:/data/FS1
|
- /mnt/FS1:/data/FS1
|
||||||
- /mnt/FS2:/data/FS2
|
- /mnt/FS2:/data/FS2
|
||||||
|
- /mnt/FS3:/data/FS3
|
||||||
- /mnt/raid/music:/data/music
|
- /mnt/raid/music:/data/music
|
||||||
ports:
|
ports:
|
||||||
- 8096:8096
|
- 8096:8096
|
||||||
|
|
Loading…
Reference in a new issue