Docker: fix time zones
This commit is contained in:
parent
1e1f1299d1
commit
fe65265dff
8 changed files with 8 additions and 20 deletions
|
@ -6,14 +6,13 @@ services:
|
|||
image: linuxserver/tvheadend
|
||||
container_name: tvheadend
|
||||
environment:
|
||||
- TZ=Europe/Helsinki
|
||||
- PUID=1000
|
||||
- PGID=985
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- config:/config
|
||||
- picons:/picons
|
||||
- /mnt/Storage/Media/PVR:/recordings
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- 9981:9981
|
||||
- 9982:9982
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue