Skip to content

Commit 3c8f681

Browse files
committed
fixed VERSION
1 parent 50809a3 commit 3c8f681

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another quality con
1414
docker create \
1515
--name=plex \
1616
--net=host \
17-
-e VERSION="plexpass" \
17+
-e VERSION=plexpass \
1818
-e PUID=<UID> -e PGID=<GID> \
1919
-v </path/to/transcode>:/transcode \
2020
-v </path/to/library>:/config \
@@ -29,7 +29,7 @@ docker create \
2929
* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
3030
* `-v /transcode` *(optional)* - Transcode directory to offload heavy writes in a docker container.
3131
* `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
32-
* `-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`
32+
* `-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`
3333
* `-e PGID` for for GroupID - see below for explanation
3434
* `-e PUID` for for UserID - see below for explanation
3535

0 commit comments

Comments
 (0)