mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
Update README.md
This commit is contained in:
parent
b4d314f6db
commit
6384cf3915
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user