Hi, I just set up Jellyfin on a Synology DS920+ in a Container using this docker-compose:
Everything worked fine, I was asked to give the admin account a name, password and logged in.
But there are no admin options available. Is there anything I need to do? My media is linked and works but I can't add users for example..
ok.. I'm sorry. For some reasons it works right now. I think the thread can be closed.
	  
	
	
Code:
version: '3.5'
services:
  jellyfin:
    image: jellyfin/jellyfin
    container_name: jellyfin
    network_mode: 'host'
    volumes:
      - /volume2/docker/jellyfin/config:/config
      - /volume2/docker/jellyfin/cache:/cache
      - /volume2/video:/Media
    restart: 'unless-stopped'
    environment:
      - TZ='Europe/Berlin'
    devices:
      - /dev/dri/renderD128:/dev/dri/renderD128
      - /dev/dri/card0:/dev/dri/card0But there are no admin options available. Is there anything I need to do? My media is linked and works but I can't add users for example..
ok.. I'm sorry. For some reasons it works right now. I think the thread can be closed.


