https://github.com/pondix/docker-mysql-proxysql/blob/fe8c6be5bf46f03b761163fcc65aa52b6b82e16c/docker-compose-destroy.bash#L13 ^ 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 ```