You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another quality con
14
14
docker create \
15
15
--name=plex \
16
16
--net=host \
17
-
-e VERSION="plexpass" \
17
+
-e VERSION=plexpass \
18
18
-e PUID=<UID> -e PGID=<GID> \
19
19
-v </path/to/transcode>:/transcode \
20
20
-v </path/to/library>:/config \
@@ -29,7 +29,7 @@ docker create \
29
29
*`-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
30
30
*`-v /transcode`*(optional)* - Transcode directory to offload heavy writes in a docker container.
31
31
*`-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`
33
33
*`-e PGID` for for GroupID - see below for explanation
34
34
*`-e PUID` for for UserID - see below for explanation
0 commit comments