the solution that worked for me is to delete the .docker/config.json by running
rm ~/.docker/config.json
then docker-compose up your-services
should work
the solution that worked for me is to delete the .docker/config.json by running
rm ~/.docker/config.json
then docker-compose up your-services
should work