mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 08:54:27 +01:00
Add *arrs, downloaders, plex, jellyfin
This commit is contained in:
3
examples/jellyfin/README.md
Normal file
3
examples/jellyfin/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# References
|
||||
|
||||
- https://jellyfin.org/docs/general/installation/container#docker
|
||||
11
examples/jellyfin/docker-compose.yml
Normal file
11
examples/jellyfin/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
jellyfin:
|
||||
container_name: jellyfin
|
||||
volumes:
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyfin/config:/config'
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyfin/cache:/cache'
|
||||
- '${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jellyfin/media:/media'
|
||||
network_mode: host
|
||||
image: 'jellyfin/jellyfin:latest'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user