mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
Add *arrs, downloaders, plex, jellyfin
This commit is contained in:
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