2023-12-05, 08:12 PM
Yes I ran the validation commands on Ubuntu, that's what I'm using
Here is the contents of docker-compose.yml:
version: '23.0.0'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
group_add:
- "109"
- "44"
network_mode: 'bridge'
ports:
- 8096:8096
volumes:
- /home/lendro/jellyfin/config
config
- /home/lendro/jellyfin/cache
cache
- /home/lendro/jellyfin/media
media:ro
devices:
- /dev/dri/renderD128
dev/dri/renderD128
- /dev/dri/card0
dev/dri/card0
restart: 'unless-stopped'
Here is the contents of docker-compose.yml:
version: '23.0.0'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
group_add:
- "109"
- "44"
network_mode: 'bridge'
ports:
- 8096:8096
volumes:
- /home/lendro/jellyfin/config

- /home/lendro/jellyfin/cache

- /home/lendro/jellyfin/media

devices:
- /dev/dri/renderD128

- /dev/dri/card0

restart: 'unless-stopped'