Since several day, my job using docker-compose on the docker build machine. I have issue when my docker-compose launch with the networks
when I launch
docker-compose -f docker-compose-circle-ci.yml run mysql mysql -h mysql -pfoo -e 'select 1'
error is raise
ERROR: 2 matches found based on name: network frontend_default is ambiguous
I have alone to have this issue ?
My search seems show me that happen if 2 networks arrived in same time and can be a docker issue.