From e51403818d00b2c35de9527532c85046120435d2 Mon Sep 17 00:00:00 2001 From: Robert Baker <51850403+robertbaker@users.noreply.github.com> Date: Thu, 15 Aug 2019 23:30:00 -0700 Subject: [PATCH] match tv,movies path with LSIO standard --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8ee3aa8..d9537fb 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ services: - UMASK_SET=022 #optional volumes: - :/config - - :/data/tvshows - - :/data/movies + - :/tv + - :/movies - :/transcode restart: unless-stopped ``` @@ -101,8 +101,8 @@ Container images are configured using parameters passed at runtime (such as thos | `-e VERSION=docker` | Set whether to update plex or not - see Application Setup section. | | `-e UMASK_SET=022` | control permissions of files and directories created by Plex | | `-v /config` | Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* | -| `-v /data/tvshows` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | -| `-v /data/movies` | Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. | +| `-v /tv` | Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. | +| `-v /movies` | Media goes here. Add as many as needed e.g. `/movies`, `/tv`, etc. | | `-v /transcode` | Path for transcoding folder, *optional*. | ## Optional Parameters