From fd0dd3b202087f1b7fdd88823d48847d6b0f1c30 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:10:00 +0100 Subject: [PATCH 1/7] first draft adding section about TIME ZONE info --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eff1795..c17cdb2 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,17 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-p 3579` - the port(s) -* `-v /etc/localtime` for timesync - *optional* +* `-v /etc/localtime` for timesync - see for important information +* `-e TZ` for timezone information, Europe/London - see for important information * `-v /config` - where ombi should store its config files * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation It is based on ubuntu xenial with s6 overlay, for shell access whilst the container is running do `docker exec -it ombi /bin/bash`. +## TIME ZONE INFO +It is important that you either set `-v /etc/localtime:/etc/localtime:ro` or the TZ variable, mono will throw exceptions without one of them set. + ### User / Group Identifiers Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™. From 5cd393331ffab450cbddf481f353f54ecb552cd0 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:12:13 +0100 Subject: [PATCH 2/7] second draft adding section about TIME ZONE info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c17cdb2..b59b399 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po It is based on ubuntu xenial with s6 overlay, for shell access whilst the container is running do `docker exec -it ombi /bin/bash`. -## TIME ZONE INFO +### TIME ZONE INFO + It is important that you either set `-v /etc/localtime:/etc/localtime:ro` or the TZ variable, mono will throw exceptions without one of them set. ### User / Group Identifiers From 9198b85fed8f9c45f52f1115b23a52d1bdeec3dc Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:13:15 +0100 Subject: [PATCH 3/7] third draft adding section about TIME ZONE info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b59b399..a52396e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,9 @@ It is based on ubuntu xenial with s6 overlay, for shell access whilst the contai ### TIME ZONE INFO +``` It is important that you either set `-v /etc/localtime:/etc/localtime:ro` or the TZ variable, mono will throw exceptions without one of them set. +``` ### User / Group Identifiers From c356bc7efeaa0f880378a30fb2da0129be5e0dcf Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:14:30 +0100 Subject: [PATCH 4/7] grr markdown --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a52396e..7b79e9d 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,9 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po It is based on ubuntu xenial with s6 overlay, for shell access whilst the container is running do `docker exec -it ombi /bin/bash`. -### TIME ZONE INFO +## Localtime -``` It is important that you either set `-v /etc/localtime:/etc/localtime:ro` or the TZ variable, mono will throw exceptions without one of them set. -``` ### User / Group Identifiers From d9331e615761979d037f1c234edbeea656bfc7bd Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:16:55 +0100 Subject: [PATCH 5/7] try this for relative link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b79e9d..fa3d7cb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-p 3579` - the port(s) -* `-v /etc/localtime` for timesync - see for important information +* `-v /etc/localtime` for timesync - see [Localtime][#localtime] for important information * `-e TZ` for timezone information, Europe/London - see for important information * `-v /config` - where ombi should store its config files * `-e PGID` for GroupID - see below for explanation From 90ebaa34bacfa8685fed53b6a00f686170b185c3 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:19:47 +0100 Subject: [PATCH 6/7] try this for relative link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa3d7cb..e2d4a98 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-p 3579` - the port(s) -* `-v /etc/localtime` for timesync - see [Localtime][#localtime] for important information +* `-v /etc/localtime` for timesync - see [Localtime](#localtime) for important information * `-e TZ` for timezone information, Europe/London - see for important information * `-v /config` - where ombi should store its config files * `-e PGID` for GroupID - see below for explanation From 4638bbeac714fe1c3c842c49b7872e303a20c8b0 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 14:23:01 +0100 Subject: [PATCH 7/7] last edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2d4a98..45db6a9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-p 3579` - the port(s) * `-v /etc/localtime` for timesync - see [Localtime](#localtime) for important information -* `-e TZ` for timezone information, Europe/London - see for important information +* `-e TZ` for timezone information, Europe/London - see [Localtime](#localtime) for important information * `-v /config` - where ombi should store its config files * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation