2023-12-05, 10:10 PM
version: '23.0.0'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
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/configconfig
- /home/lendro/jellyfin/cachecache
- /home/lendro/jellyfin/mediamedia:ro
devices:
- /dev/dridev/dri
restart: 'unless-stopped'
Still doesn't work for me. Do you think it's possible that the changes aren't being updated? I added the line for timezone but the time stamps in the logs are still wrong.
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: jellyfin
user: 1000:1000
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/configconfig
- /home/lendro/jellyfin/cachecache
- /home/lendro/jellyfin/mediamedia:ro
devices:
- /dev/dridev/dri
restart: 'unless-stopped'
Still doesn't work for me. Do you think it's possible that the changes aren't being updated? I added the line for timezone but the time stamps in the logs are still wrong.