From e17f2a235d41918afd4b074b6677821809d98768 Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Sun, 24 Mar 2019 14:40:36 +0100 Subject: [PATCH] Change run command example after #722 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04c0c7cc7..468598ee1 100644 --- a/README.md +++ b/README.md @@ -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 \