mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user