tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

.env only works with zsh #75

Closed martinzellner closed 7 years ago

renatobellotti commented 7 years ago

What does this mean? According to this page, the environment variables are passed to the container. zsh is not even mentioned. Therefore I guess this issue would be a bug in docker... What does not work for you?

gitsimon commented 7 years ago

First, old version of docker-compose did not support environment variables, but this should not be the problem. Some versions of bash may not pass the environment variables from .env file automatically to docker-compose calls. There is not much we can do about this, so I close this issue.

martinzellner commented 7 years ago

From my experience, some lines in the .env file lack proper escaping that works for bash and zsh. Bash sucks anyways, so this is no big deal. Nevertheless, I think we should consider mentioning this point in the setup instructions.