Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: don't leak orphan networks in ci server
until now, on every run a network testsuite_${{ github.run_id }}_default was created, and not properly cleaned up (left behind in server) after about 30 runs, CI on that server fails with Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network until a `docker network prune` is run while at it, don't expose grafana outside localhost
- Loading branch information