Change run command example after #722

This commit is contained in:
Kristian Haugene
2019-03-24 14:40:36 +01:00
parent 4d385ba1ef
commit e17f2a235d

View File

@@ -49,9 +49,10 @@ The container is available from the Docker registry and this is the simplest way
To run the container use this command:
```
$ docker run --cap-add=NET_ADMIN --device=/dev/net/tun -d \
$ docker run --cap-add=NET_ADMIN -d \
-v /your/storage/path/:/data \
-v /etc/localtime:/etc/localtime:ro \
-e CREATE_TUN_DEVICE=true \
-e OPENVPN_PROVIDER=PIA \
-e OPENVPN_CONFIG=CA\ Toronto \
-e OPENVPN_USERNAME=user \