From baf7e1d1f5ebb127db76a263e0a4a914a6d097e1 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Tue, 16 Jun 2015 11:03:20 +0100 Subject: [PATCH] Further clarity and fine tweaking --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d90a07a..f4ccbe0 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ docker create **Parameters** * `--net=host` - Shares host networking with container, **required**. -* `-v` /config - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* -* `-v` /data/xyz - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. -* `-e` PLEXPASS=1 - Set to 1 if you have a Plex Pass, if not don't specify it. -* `-e` PGID for for GroupID - see below for explanation -* `-e` PUID for for UserID - see below for explanation +* `-v /config` - Plex library location. *This can grow very large, 50gb+ is likely for a large collection.* +* `-v /data/xyz` - Media goes here. Add as many as needed e.g. `/data/movies`, `/data/tv`, etc. +* `-e PLEXPASS=1` - Set to 1 if you have a Plex Pass, if not don't specify it. +* `-e PGID` for for GroupID - see below for explanation +* `-e PUID` for for UserID - see below for explanation ### User / Group Identifiers