Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- `a network with name xxx exists but was not created by compose.`
- -> List all networks:
- `docker network ls`
- You should see the problematic network in the list.
- -> Remove offending network:
- `docker network rm xxx`
- -> Start the container and it should work.
- https://devinthewild.com/article/docker-network-exists-but-was-not-created-for-project
Advertisement
Add Comment
Please, Sign In to add comment