From 064a9735d37f517d09c610b4c59bcedf2c1fb240 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Thu, 8 Feb 2018 20:50:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d9296..28ef794 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ $ docker run --privileged -d \ | Port | Proto | Required | Function | Example | |----------|----------|----------|----------|----------| | `8080` | TCP | Yes | qBittorrent WebUI | `8080:8080`| -| `8999` | TCP | Yes | Default download path for torrents | `8999:8999`| -| `8999` | UDP | Yes | Default download path for torrents | `8999:8999/udp`| +| `8999` | TCP | Yes | qBittorrent listening port | `8999:8999`| +| `8999` | UDP | Yes | qBittorrent listening port | `8999:8999/udp`| ## Access the WebUI Access http://IPADDRESS:8080 from a browser on the same network.