Update timezone stuff

This commit is contained in:
Marko Korhonen 2020-02-10 00:31:05 +02:00
parent fbdb0b7a11
commit 9954836be0
5 changed files with 27 additions and 13 deletions

View file

@ -3,6 +3,8 @@ services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
environment:
- TZ=Europe/Helsinki
user: 1001:985
network_mode: 'host'
restart: always