-
I've searched through the Wiki and elsewhere online and can't seem to find an exhaustive list of environment variables that can be set via Docker compose, the ENV Vars seem to be scattered around somewhat randomly and it appears that many possible Environment Variables are not listed in the Wiki. Am I missing something? I would propose that a Wiki page be created that lists all the available Environment variables that can be used to configure Gluetun. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I believe they are all listed in the Dockerfile in the big ENV section in the middle https://github.com/qdm12/gluetun/blob/master/Dockerfile |
Beta Was this translation helpful? Give feedback.
-
Looks like they are all listed here if others are looking for specific section, but hard to miss via link above... |
Beta Was this translation helpful? Give feedback.
-
I found this in the wiki yesterday and wanted to point it out to folks who may not have been aware of it either: https://github.com/qdm12/gluetun-wiki/tree/main/setup/options This seems to list and at least attempt to explain most all of the Environment variables, although detail is lacking it does seem to be the best place to go currently. |
Beta Was this translation helpful? Give feedback.
I found this in the wiki yesterday and wanted to point it out to folks who may not have been aware of it either:
https://github.com/qdm12/gluetun-wiki/tree/main/setup/options
This seems to list and at least attempt to explain most all of the Environment variables, although detail is lacking it does seem to be the best place to go currently.