From bb0462b01b8d17e272e1fa214ad4b8469cfef2d7 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Mon, 4 Jul 2016 11:13:04 +0100 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f28763..ecc832b 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another quality con ``` docker create \ --name=plexpy \ - -v /etc/localtime:/etc/localtime:ro \ -v :/config \ -v :/logs:ro \ -e PGID= -e PUID= \ + -e TZ= \ -p 8181:8181 \ linuxserver/plexpy ``` @@ -27,6 +27,7 @@ docker create \ * `-v /logs` Map this to PLex Media servers log directory - bonus points for mapping RO * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation +* `-e TZ` for setting timezone information, eg Europe/London It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it plexpy /bin/bash`.