From e66f15567eaf46df6b412c6568fb9bccf39adc8d Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Fri, 2 Feb 2018 20:47:10 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c90d447..2bd8d81 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ $ docker run --privileged -d \ -v /your/downloads/path/:/downloads \ -e "OPENVPN_USERNAME=user" \ -e "OPENVPN_PASSWORD=pass" \ + -e PUID= \ + -e PGID= \ -p 8080:8080 \ markusmcnugen/qbittorrentvpn ``` @@ -26,9 +28,11 @@ This is where qBittorrent will store your downloads, incomplete downloads and lo |----------|----------|-------| |`OPENVPN_USERNAME`|Your OpenVPN username |`OPENVPN_USERNAME=asdf`| |`OPENVPN_PASSWORD`|Your OpenVPN password |`OPENVPN_PASSWORD=asdf`| +|`PUID`|UID for config files |`OPENVPN_PASSWORD=asdf`| +|`PGID`|GID for config files |`OPENVPN_PASSWORD=asdf`| ### Access the WebUI -But what's going on? My http://my-host:9091 isn't responding? +But what's going on? My http://IPADDRESS:8080 isn't responding? This is because the VPN is active, and since docker is running in a different ip range than your client the response to your request will be treated as "non-local" traffic and therefore be routed out through the VPN interface.