Compose-Examples/examples/jellyfin/docker-compose.yml

11 wiersze
443 B
YAML
Czysty Zwykły widok Historia

2023-02-28 18:18:29 +00:00
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