From 3910ce19cb49a4bbce0a0bd979d2279aeb737610 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 31 May 2019 18:45:32 -0700 Subject: [PATCH] adding TZ to readme --- README.md | 3 +++ readme-vars.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 153a8c8..28d027f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ docker create \ --name=emby \ -e PUID=1000 \ -e PGID=1000 \ + -e TZ=Europe/London \ -p 8096:8096 \ -p 8920:8920 `#optional` \ -v :/config \ @@ -86,6 +87,7 @@ services: environment: - PUID=1000 - PGID=1000 + - TZ=Europe/London volumes: - :/config - :/data/tvshows @@ -109,6 +111,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-p 8920` | Https webUI (you need to setup your own certificate). | | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | +| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London | | `-v /config` | Emby data storage location. *This can grow very large, 50gb+ is likely for a large collection.* | | `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | | `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | diff --git a/readme-vars.yml b/readme-vars.yml index f0d271d..df32d12 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -30,6 +30,9 @@ param_volumes: param_usage_include_ports: true param_ports: - { external_port: "8096", internal_port: "8096", port_desc: "Http webUI." } +param_usage_include_env: true +param_env_vars: + - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"} # optional container parameters opt_param_usage_include_vols: true opt_param_volumes: