fix the tinyproxy start script

This commit is contained in:
Jeremy Andrews
2018-01-02 08:39:17 +13:00
parent ef66e85f34
commit f03778866c
4 changed files with 39 additions and 29 deletions

View File

@@ -79,3 +79,7 @@ export ENABLE_UFW={{ .Env.ENABLE_UFW }}
export PUID={{ .Env.PUID }}
export PGID={{ .Env.PGID }}
# Need to pass through our tinyproxy settings
export WEBPROXY_ENABLED={{ .Env.WEBPROXY_ENABLED }}
export WEBPROXY_PORT={{ .Env.WEBPROXY_PORT }}