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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ docker create \
24
24
-v </path/to/library>:/config \
25
25
-v <path/to/tvseries>:/data/tvshows \
26
26
-v </path/to/movies>:/data/movies \
27
+
-v </path for transcoding>:/transcode \
27
28
linuxserver/plex
28
29
```
29
30
@@ -32,6 +33,7 @@ docker create \
32
33
*`--net=host` - Shares host networking with container, **required**.
33
34
*`-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
34
35
*`-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc.
36
+
*`-v /transcode` - Path for transcoding folder, *optional*.
35
37
*`-e VERSION=latest` - Permits specific version selection e.g. `0.9.12.4.1192-9a47d21`, also supports `public` (this forces plex so stick with ). If left blank, auto update is disabled until set.
36
38
*`-e PGID=` for for GroupID - see below for explanation
37
39
*`-e PUID=` for for UserID - see below for explanation
0 commit comments