I was building docker
image using the command
docker-compose -f "docker-compose.yml" up -d --build
But it returns me an error
ERROR: 2 matches found based on name: network officeconverter_default is ambiguous
This is a bit clear that in my machine there are two networks with the same name trying to exists.
Question is how to remove the networks from docker networks
PS E:\repos\Github\officeconverter> docker network ls NETWORK ID NAME DRIVER SCOPE 868c88a83bd6 bridge bridge local 92f7d20ed432 officeconverter_default bridge local 3f96cfb7b591 officeconverter_default bridge local