Merge branch 'master' into dev

This commit is contained in:
Kristian Haugene
2016-12-29 18:38:00 +01:00
5 changed files with 46 additions and 24 deletions

View File

@@ -114,7 +114,7 @@ To use this env file, use the following to run the docker image:
$ docker run --privileged -d \
-v /your/storage/path/:/data \
-v /etc/localtime:/etc/localtime:ro \
-env-file /your/docker/env/file \
--env-file /your/docker/env/file \
-p 9091:9091 \
haugene/transmission-openvpn
```