Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I install inside docker? #110

Open
rubo77 opened this issue Aug 25, 2024 · 0 comments
Open

How do I install inside docker? #110

rubo77 opened this issue Aug 25, 2024 · 0 comments

Comments

@rubo77
Copy link

rubo77 commented Aug 25, 2024

this is my docke-compose.yaml:

services:
  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    user: 1000:1000
    network_mode: 'host'
    volumes:
      - ./config:/config
      - ./cache:/cache
      - type: bind
        source: /media/movies
        target: /media/movies
      - type: bind
        source: /media/music
        target: /media/music
        read_only: false
    restart: 'unless-stopped'
    environment:
      - JELLYFIN_PublishedServerUrl=https://jellyfin.eclabs.de

How would I include this plugin inside docker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant