mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +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 \
|
$ docker run --privileged -d \
|
||||||
-v /your/config/path/:/config \
|
-v /your/config/path/:/config \
|
||||||
-v /your/downloads/path/:/downloads \
|
-v /your/downloads/path/:/downloads \
|
||||||
|
-e "VPN_ENABLED=yes" \
|
||||||
-e "LAN_NETWORK=192.168.1.0/24" \
|
-e "LAN_NETWORK=192.168.1.0/24" \
|
||||||
-e "NAME_SERVERS=8.8.8.8,8.8.4.4" \
|
-e "NAME_SERVERS=8.8.8.8,8.8.4.4" \
|
||||||
-e "PUID=99" \
|
-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.
|
This will start a container as described in the "Run container from Docker registry" section.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user