From ead8a4ce79291a46de4bfe5c6cba560341ed88e6 Mon Sep 17 00:00:00 2001 From: Jonathan DUMONT <5204724+JOduMonT@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:07:48 +0100 Subject: [PATCH] Include ingress network removal in uninstall steps Add command to remove ingress network in uninstall instructions. --- apps/docs/content/docs/core/uninstall.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/content/docs/core/uninstall.mdx b/apps/docs/content/docs/core/uninstall.mdx index 6bdb0bc..e7c936a 100644 --- a/apps/docs/content/docs/core/uninstall.mdx +++ b/apps/docs/content/docs/core/uninstall.mdx @@ -34,6 +34,7 @@ Remove the docker network created by Dokploy: ```bash docker network remove -f dokploy-network + docker network remove -f ingress ```