Jellyfin
This commit is contained in:
parent
d04ba8ad3c
commit
bb64e09070
1 changed files with 14 additions and 2 deletions
|
@ -1,9 +1,22 @@
|
|||
# SAMPLE ENV
|
||||
# ROOT_PATH=/mnt/plex
|
||||
|
||||
version: '3'
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
container_name: jellyfin
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- ${ROOT_PATH}/config:/config
|
||||
- ${ROOT_PATH}/data/media:/media
|
||||
ports:
|
||||
- 8096:8096
|
||||
restart: unless-stopped
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:latest
|
||||
container_name: plex
|
||||
|
@ -67,4 +80,3 @@ services:
|
|||
volumes:
|
||||
- ${ROOT_PATH}/config:/config
|
||||
- ${ROOT_PATH}/data:/data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue