Include ingress network removal in uninstall steps

Add command to remove ingress network in uninstall instructions.
This commit is contained in:
Jonathan DUMONT
2026-02-10 09:07:48 +01:00
committed by GitHub
parent ea03849cab
commit ead8a4ce79

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>