From 3c8f6816601f179e73f9fdd18ee7ed1256943841 Mon Sep 17 00:00:00 2001 From: IronicBadger Date: Wed, 13 Jan 2016 12:55:00 +0000 Subject: [PATCH] fixed VERSION --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9472a40..744ee9c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another quality con docker create \ --name=plex \ --net=host \ - -e VERSION="plexpass" \ + -e VERSION=plexpass \ -e PUID= -e PGID= \ -v :/transcode \ -v :/config \ @@ -29,7 +29,7 @@ docker create \ * `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* * `-v /transcode` *(optional)* - Transcode directory to offload heavy writes in a docker container. * `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. -* `-e VERSION` - Set this to a full version number if you want to use a specific version e.g. `0.9.12.4.1192-9a47d21`, or set it to `plexpass` or `latest` +* `-e VERSION=` - Set this to a full version number if you want to use a specific version e.g. `0.9.12.4.1192-9a47d21`, or set it to `plexpass` or `latest` * `-e PGID` for for GroupID - see below for explanation * `-e PUID` for for UserID - see below for explanation