From 3de98985cf7e8de1438528080f8c39f58bbbbf60 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 07:17:48 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f211215..cf4d3bc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ To run the container use this command: $ docker run --privileged -d \ -v /your/docker/config/path/:/config \ -v /your/downloads/path/:/downloads \ + -e "VPN_ENABLED=yes" \ -e "OPENVPN_USERNAME=username" \ -e "OPENVPN_PASSWORD=password" \ -e "LAN_NETWORK=192.168.1.0/24" \ @@ -29,6 +30,7 @@ This is where qBittorrent will store your downloads, incomplete downloads and lo ### Required environment options | Variable | Function | Example | |----------|----------|-------| +|`VPN_ENABLED`|Enable VPN? (yes\|no) Default:yes|`VPN_ENABLED=yes`| |`OPENVPN_USERNAME`|Your OpenVPN username |`OPENVPN_USERNAME=username`| |`OPENVPN_PASSWORD`|Your OpenVPN password |`OPENVPN_PASSWORD=password`| |`LAN_NETWORK`|Local Network with CIDR notation |`OPENVPN_PASSWORD=192.168.1.0/24`|