dusty icon indicating copy to clipboard operation
dusty copied to clipboard

make-environment makes docker not restart

Open abdhass opened this issue 6 years ago • 0 comments

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.

abdhass avatar Jan 07 '20 16:01 abdhass