From 837a4a6f480f4da2430ccdbf2c6f81e4325c91cd Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Mon, 30 Apr 2018 21:26:59 -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 cbc1ec2..59ab96c 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 |`WEBUI_PORT_ENV=8080`| -|`INCOMING_PORT_ENV`| No | Applies Incoming port for qBittorrents config file at boot |`INCOMING_PORT_ENV=8999`| +|`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`| ## Volumes | Volume | Required | Function | Example |