Update README.md

This commit is contained in:
MarkusMcNugen 2018-02-05 01:24:25 -05:00 committed by GitHub
parent b4d314f6db
commit 6384cf3915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.