From a66d3ebc74cda631f4f8a6564165422bccc613db Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Mon, 30 Apr 2018 21:27:47 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59ab96c..84a5efd 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ $ docker run --privileged -d \ |`NAME_SERVERS`| No | Comma delimited name servers |`NAME_SERVERS=8.8.8.8,8.8.4.4`| |`PUID`| No | UID applied to config files and downloads |`PUID=99`| |`PGID`| No | GID applied to config files and downloads |`PGID=100`| -|`WEBUI_PORT_ENV`| No | Applies WebUI port for qBittorrents config file at boot (Must change exposed ports to match) |`WEBUI_PORT_ENV=8080`| -|`INCOMING_PORT_ENV`| No | Applies Incoming port for qBittorrents config file at boot (Must change exposed ports to match) |`INCOMING_PORT_ENV=8999`| +|`WEBUI_PORT_ENV`| No | Applies WebUI port to qBittorrents config at boot (Must change exposed ports to match) |`WEBUI_PORT_ENV=8080`| +|`INCOMING_PORT_ENV`| No | Applies Incoming port to qBittorrents config at boot (Must change exposed ports to match) |`INCOMING_PORT_ENV=8999`| ## Volumes | Volume | Required | Function | Example |