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`.