Docker: fix time zones

This commit is contained in:
Marko Korhonen 2025-06-07 18:04:40 -05:00
parent 1e1f1299d1
commit fe65265dff
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
8 changed files with 8 additions and 20 deletions

View file

@ -9,8 +9,6 @@ services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
environment:
- TZ=Europe/Helsinki
ports:
- 8096:8096
networks:
@ -18,11 +16,11 @@ services:
- authentik
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- config:/config
- cache:/cache
- media:/media
- nextcloud_data:/nextcloud_data
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card1:/dev/dri/card0