Sign inSign up

44934045/jellyfin

By 44934045

Updated 5 months ago

A armhf image of jellyfin.

Image
Internet of things
Web servers
0

1.3K

44934045/jellyfin repository overview

Docker Compose suggestion:

name: jellyfin
services:
  jellyfin:
    image: 44934045/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Sao_Paulo
      #- JELLYFIN_PublishedServerUrl=http://192.168.0.5 #optional
    devices:
      - /dev/video0:/dev/video0
    group_add:
      - video
    volumes:
      - ${CONF_PATH}/jellyfin/config:/config
      - ${CONF_PATH}/jellyfin/cache:/cache
      - ${STG_PATH}:/media
    ports:
      - 8096:8096
      #- 8920:8920 #optional
      #- 7359:7359/udp #optional
      #- 1900:1900/udp #optional
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:0f31d2ff1

Size

211.7 MB

Last updated

5 months ago

docker pull 44934045/jellyfin