From ddca5a3fb277d923690259bb93a03a26f2a1c401 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 26 Jun 2019 17:55:12 -0400 Subject: [PATCH] Link example DockerEnv file --- docs/dockerenv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dockerenv.md b/docs/dockerenv.md index e153a3dd6..b1adaeaaf 100755 --- a/docs/dockerenv.md +++ b/docs/dockerenv.md @@ -1,5 +1,5 @@ Another way is to use a docker env file where you can easily store all your env variables and maintain multiple configurations for different providers. -In the GitHub repository there is a provided DockerEnv file with all the current transmission and openvpn environment variables. You can use this to create local configurations +In the GitHub repository there is a provided [DockerEnv](https://github.com/haugene/docker-transmission-openvpn/blob/master/DockerEnv) file with all the current transmission and openvpn environment variables. You can use this to create local configurations by filling in the details and removing the # of the ones you want to use. Please note that if you pass in env. variables on the command line these will override the ones in the env file. @@ -13,4 +13,4 @@ $ docker run --cap-add=NET_ADMIN --device=/dev/net/tun -d \ --env-file /your/docker/env/file \ -p 9091:9091 \ haugene/transmission-openvpn -``` \ No newline at end of file +```