runtipi/apps/jellyfin/docker-compose.yml
2022-05-03 20:55:55 +00:00

18 lines
386 B
YAML

version: "3.7"
services:
jellyfin:
image: lscr.io/linuxserver/jellyfin
container_name: jellyfin
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER}/media/data:/data/media
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
restart: "unless-stopped"
ports:
- ${APP_PORT}:8096
networks:
- tipi_main_network