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
After running make-environment, you get spaces in the .env file. So docker commands stop working until you manually remove the spaces. .env expects key=value instead of key = value
Error shown after trying to docker-compose down from a fresh installation
ERROR: In file ./.env: environment variable name 'AUTH_KEY ' may not contains whitespace.
The text was updated successfully, but these errors were encountered:
After running make-environment, you get spaces in the .env file. So docker commands stop working until you manually remove the spaces. .env expects key=value instead of key = value
Error shown after trying to docker-compose down from a fresh installation
ERROR: In file ./.env: environment variable name 'AUTH_KEY ' may not contains whitespace.
The text was updated successfully, but these errors were encountered: