Skip to content
Discussion options

You must be logged in to vote

This is the template file: whoogle.template.env

Since you're using docker, as the instructions mention on top of that template file, you can uncomment the env_file section from the docker-compose.yml file.

If you're using docker run then the alternative would be --env-file option, something like docker run --env-file ./whoogle.env where the value provided to the --env-file here and in the compose file would be the location of the environment file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Don-Swanson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants