Skip to content

Commit 4373ee6

Browse files
committed
update readme with transcode folder
1 parent d8395b5 commit 4373ee6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ docker create \
2424
-v </path/to/library>:/config \
2525
-v <path/to/tvseries>:/data/tvshows \
2626
-v </path/to/movies>:/data/movies \
27+
-v </path for transcoding>:/transcode \
2728
linuxserver/plex
2829
```
2930

@@ -32,6 +33,7 @@ docker create \
3233
* `--net=host` - Shares host networking with container, **required**.
3334
* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*
3435
* `-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*.
3537
* `-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.
3638
* `-e PGID=` for for GroupID - see below for explanation
3739
* `-e PUID=` for for UserID - see below for explanation

0 commit comments

Comments
 (0)