update readme using vars
This commit is contained in:
parent
e51403818d
commit
ca518c4f2e
2 changed files with 4 additions and 4 deletions
|
|
@ -56,8 +56,8 @@ docker create \
|
||||||
-e VERSION=docker \
|
-e VERSION=docker \
|
||||||
-e UMASK_SET=022 `#optional` \
|
-e UMASK_SET=022 `#optional` \
|
||||||
-v </path/to/library>:/config \
|
-v </path/to/library>:/config \
|
||||||
-v <path/to/tvseries>:/data/tvshows \
|
-v <path/to/tvseries>:/tv \
|
||||||
-v </path/to/movies>:/data/movies \
|
-v </path/to/movies>:/movies \
|
||||||
-v </path for transcoding>:/transcode \
|
-v </path for transcoding>:/transcode \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
linuxserver/plex
|
linuxserver/plex
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,8 @@ param_container_name: "{{ project_name }}"
|
||||||
param_usage_include_vols: true
|
param_usage_include_vols: true
|
||||||
param_volumes:
|
param_volumes:
|
||||||
- { vol_path: "/config", vol_host_path: "</path/to/library>", desc: "Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*" }
|
- { vol_path: "/config", vol_host_path: "</path/to/library>", desc: "Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*" }
|
||||||
- { vol_path: "/data/tvshows", vol_host_path: "<path/to/tvseries>", desc: "Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." }
|
- { vol_path: "/tv", vol_host_path: "<path/to/tvseries>", desc: "Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc." }
|
||||||
- { vol_path: "/data/movies", vol_host_path: "</path/to/movies>", desc: "Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." }
|
- { vol_path: "/movies", vol_host_path: "</path/to/movies>", desc: "Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc." }
|
||||||
- { vol_path: "/transcode", vol_host_path: "</path for transcoding>", desc: "Path for transcoding folder, *optional*." }
|
- { vol_path: "/transcode", vol_host_path: "</path for transcoding>", desc: "Path for transcoding folder, *optional*." }
|
||||||
param_usage_include_ports: false
|
param_usage_include_ports: false
|
||||||
param_usage_include_net: true
|
param_usage_include_net: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue