diff --git a/docker-deploy/README.md b/docker-deploy/README.md index e2a156bc7..00ab94713 100644 --- a/docker-deploy/README.md +++ b/docker-deploy/README.md @@ -718,5 +718,6 @@ To delete the cluster completely, log in to each host and run the commands as fo ```bash cd /data/projects/fate/confs-/ # id of party docker-compose down +docker network prune rm -rf ../confs-/ # delete the legacy files ```