diff --git a/README.md b/README.md index 73cd737..1164034 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ $ docker build -t qbittorrentvpn . $ docker run --privileged -d \ -v /your/config/path/:/config \ -v /your/downloads/path/:/downloads \ + -e "VPN_ENABLED=yes" \ -e "LAN_NETWORK=192.168.1.0/24" \ -e "NAME_SERVERS=8.8.8.8,8.8.4.4" \ -e "PUID=99" \ @@ -95,4 +96,3 @@ $ docker run --privileged -d \ ``` This will start a container as described in the "Run container from Docker registry" section. -