From 416a21915d24f6ab5a3f2b175fe14d34a638862f Mon Sep 17 00:00:00 2001 From: deed02392 Date: Thu, 20 Jul 2017 16:17:56 +0100 Subject: [PATCH] Update README.md Minor typo fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0b2b7f..9a9db5f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ``` docker create --privileged \ - --name=Phlex \ + --name=phlex \ --net=host \ -v :/config \ -e PGID= -e PUID= \ @@ -14,12 +14,12 @@ docker create --privileged \ ## Parameters -By default, Phlex is set to listen on ports 5666 and 5667 - these can be modified by editing the file /config/ +By default, Phlex is set to listen on ports 5666 and 5667 (SSL) - these can be modified by editing the file `/config/` -`The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. +The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. -* `-v /config` - Where muximux should store its files +* `-v /config` - Where Phlex should store its files * `-e PGID` for GroupID (optional) - see below for explanation * `-e PUID` for UserID (optional) - see below for explanation * `-e TZ` for timezone setting (optional), eg Europe/London