You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ char in the .env file confuses docker that will use it as part of a variable.
In order to escape $ in the .env file it should be doubled ($$), but this is reported not working in many situations.
Quick solution would be to avoid generating dollar signs when creating passwords, by removing it in this line:
$
char in the.env
file confuses docker that will use it as part of a variable.In order to escape
$
in the .env file it should be doubled ($$
), but this is reported not working in many situations.Quick solution would be to avoid generating dollar signs when creating passwords, by removing it in this line:
geonode/create-envfile.py
Line 48 in 7ef2e13
The text was updated successfully, but these errors were encountered: