diff --git a/README.md b/README.md
index d9537fb..9978e54 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,8 @@ docker create \
-e VERSION=docker \
-e UMASK_SET=022 `#optional` \
-v :/config \
- -v :/data/tvshows \
- -v :/data/movies \
+ -v :/tv \
+ -v :/movies \
-v :/transcode \
--restart unless-stopped \
linuxserver/plex
diff --git a/readme-vars.yml b/readme-vars.yml
index 4e38465..2391000 100644
--- a/readme-vars.yml
+++ b/readme-vars.yml
@@ -20,8 +20,8 @@ param_container_name: "{{ project_name }}"
param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "", desc: "Plex library location. *This can grow very large, 50gb+ is likely for a large collection.*" }
- - { vol_path: "/data/tvshows", vol_host_path: "", desc: "Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." }
- - { vol_path: "/data/movies", vol_host_path: "", desc: "Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc." }
+ - { vol_path: "/tv", vol_host_path: "", desc: "Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc." }
+ - { vol_path: "/movies", vol_host_path: "", desc: "Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc." }
- { vol_path: "/transcode", vol_host_path: "", desc: "Path for transcoding folder, *optional*." }
param_usage_include_ports: false
param_usage_include_net: true