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.
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.