Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

destroy script is removing all networks on host, not just local to project #5

Open
njappboy opened this issue Mar 11, 2020 · 0 comments

Comments

@njappboy
Copy link

docker network prune -f

^ This removes all networks on host, unlike the docker volumes prune command which just removes local volumes.

Suggest:

docker network rm docker-mysql-proxysql_frontend
docker network rm docker-mysql-proxysql_backend
csoulios pushed a commit to csoulios/docker-mysql-proxysql that referenced this issue Oct 9, 2023
Change github URL for orchestrator repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant