2023-12-05, 08:45 PM
I thought I fixed it with this but it still doesn't work:
version: '23.0.0'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
group_add:
- "109"
- "44"
network_mode: 'bridge'
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles
- VERSION=docker
ports:
- 8096:8096
volumes:
- /home/lendro/jellyfin/config
config
- /home/lendro/jellyfin/cache
cache
- /home/lendro/jellyfin/media
media:ro
devices:
- /dev/dri
dev/dri
restart: 'unless-stopped'
I still can't figure out what's wrong
version: '23.0.0'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
group_add:
- "109"
- "44"
network_mode: 'bridge'
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles
- VERSION=docker
ports:
- 8096:8096
volumes:
- /home/lendro/jellyfin/config

- /home/lendro/jellyfin/cache

- /home/lendro/jellyfin/media

devices:
- /dev/dri

restart: 'unless-stopped'
I still can't figure out what's wrong