Add docker/jellyfin-docker-file.yml
This commit is contained in:
15
docker/jellyfin-docker-file.yml
Normal file
15
docker/jellyfin-docker-file.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10.x.x
|
||||
container_name: jellyfin
|
||||
network_mode: host
|
||||
hostname: snorlax
|
||||
|
||||
volumes:
|
||||
#sourced from /var/lib/jellyfin on Debian
|
||||
- /opt/jellyfin/config:/config
|
||||
#sourced from /var/cache/jellyfin on Debian
|
||||
- /opt/jellyfin/cache:/cache
|
||||
- /raiddrives:/raiddrives
|
||||
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user