You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/docker-compose.yml

18 lines
391 B

---
version: "2.1"
services:
jellyfin:
image: ghcr.io/linuxserver/jellyfin
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- ./config:/config
- /PATH/TO/SERIES:/data/tvshows
- /PATH/TO/FILMS:/data/movies
- /PATH/TO/MUSIC:/data/music
ports:
- 8096:8096
restart: unless-stopped