5
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]

This is my docker-compose file if you need this information:

services:
  jellyfin:
    image: jellyfin/jellyfin:latest
    container_name: jellyfin
    user: 1000:1000
    network_mode: 'bridge'
    ports:
      - 8096:8096
    volumes:
      - /home/username/jellyfin/cache:/cache
      - /home/username/jellyfin/config:/config
      - /home/username/jellyfin/media:/media:ro
    restart: 'unless-stopped'

I'm running it using docker-compse up

top 2 comments
sorted by: hot top controversial new old
[-] [email protected] 4 points 3 months ago

What are the ownership and permissions on those directories?

[-] [email protected] 1 points 3 months ago

thank you very much for the tip, I used chat gpt and it helped me to guarantee the right permissions, I can now connect to the web ui but I'm not getting "We're unable to connect to the selected server right now. Please ensure it is running and try again."

this post was submitted on 09 Jun 2024
5 points (100.0% liked)

Jellyfin: The Free Software Media System

5535 readers
1 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS