Merge pull request #129 from JOduMonT/patch-1

Include ingress network removal in uninstall steps
This commit is contained in:
Mauricio Siu
2026-02-15 21:13:56 -06:00
committed by GitHub

View File

@@ -34,6 +34,7 @@ Remove the docker network created by Dokploy:
```bash
docker network remove -f dokploy-network
docker network remove -f ingress
```
</Step>