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

Jellyfin: The Free Software Media System

5698 readers
13 users here now

Current stable release: 10.10.0

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
 

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 4 months ago (1 children)

What are the ownership and permissions on those directories?

[โ€“] [email protected] 1 points 4 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."