Inital Commit
This commit is contained in:
30
docker-compose.yml
Executable file
30
docker-compose.yml
Executable file
@@ -0,0 +1,30 @@
|
|||||||
|
version: "2.1"
|
||||||
|
services:
|
||||||
|
jellyfin:
|
||||||
|
image: linuxserver/jellyfin
|
||||||
|
container_name: jellyfin
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Asia/Jerusalem
|
||||||
|
- UMASK_SET=022 #optional
|
||||||
|
volumes:
|
||||||
|
- /Red-Vol/Media/Containers/jellyfin/config:/config
|
||||||
|
- /Red-Vol/Torrents/TV Shows/:/media/tvshows
|
||||||
|
- /Red-Vol/Torrents/Movies/:/media/movies
|
||||||
|
- /opt/vc/lib:/opt/vc/lib #optional
|
||||||
|
- /Red-Vol/Media/ebooks:/media/ebooks
|
||||||
|
ports:
|
||||||
|
- 8096:8096
|
||||||
|
- 8920:8920 #optional
|
||||||
|
devices:
|
||||||
|
- /dev/dri:/dev/dri #optional
|
||||||
|
- /dev/dri/renderD128:/dev/dri/renderD128 #optional
|
||||||
|
#- /dev/dri/card1:/dev/dri/card1 #optional
|
||||||
|
#- /dev/dri/card0:/dev/dri/card0 #optional
|
||||||
|
#- /dev/vcsm:/dev/vcsm #optional
|
||||||
|
#- /dev/vchiq:/dev/vchiq #optional
|
||||||
|
#- /dev/video10:/dev/video10 #optional
|
||||||
|
#- /dev/video11:/dev/video11 #optional
|
||||||
|
#- /dev/video12:/dev/video12 #optional
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user