add docker jellyfin
This commit is contained in:
17
active/podman_jellyfin/jellyfin-compose.yaml
Normal file
17
active/podman_jellyfin/jellyfin-compose.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
container_name: jellyfin
|
||||
ports:
|
||||
- 8096:8096/tcp
|
||||
- 7359:7359/udp
|
||||
volumes:
|
||||
- /srv/jellyfin/config:/config
|
||||
- /srv/jellyfin/cache:/cache
|
||||
- type: bind
|
||||
source: /mnt/media
|
||||
target: /media
|
||||
read_only: true
|
||||
restart: 'always'
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=https://jellyfin.reeseapps.com
|
||||
@@ -1,7 +1,8 @@
|
||||
# Jellyfin
|
||||
|
||||
- [Jellyfin](#jellyfin)
|
||||
- [Install](#install)
|
||||
- [Docker Install](#docker-install)
|
||||
- [Rootless Podman Install](#rootless-podman-install)
|
||||
- [Upgrade](#upgrade)
|
||||
- [Mounting Media Directory](#mounting-media-directory)
|
||||
|
||||
@@ -9,7 +10,11 @@ They have podman rootless instructions!
|
||||
|
||||
<https://jellyfin.org/docs/general/installation/container/#managing-via-systemd>
|
||||
|
||||
## Install
|
||||
## Docker Install
|
||||
|
||||
<https://jellyfin.org/docs/general/installation/container>
|
||||
|
||||
## Rootless Podman Install
|
||||
|
||||
1. Create the jellyfin user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user