From 60a2d5487dfe6c2564d622d907cb79ddf5ab2c89 Mon Sep 17 00:00:00 2001
From: Shahriar <31452340+ShahriarKh@users.noreply.github.com>
Date: Mon, 16 Dec 2024 22:08:19 +0330
Subject: [PATCH] fix: update uninstall docs
add step to remove docker network
---
apps/docs/content/docs/core/uninstall.mdx | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/apps/docs/content/docs/core/uninstall.mdx b/apps/docs/content/docs/core/uninstall.mdx
index 3f2e0cd..b7123dc 100644
--- a/apps/docs/content/docs/core/uninstall.mdx
+++ b/apps/docs/content/docs/core/uninstall.mdx
@@ -26,6 +26,16 @@ Remove the docker volumes created by Dokploy:
```
+
+
+
+Remove the docker network created by Dokploy:
+
+ ```bash
+ docker network rm -f dokploy-network
+ ```
+
+
@@ -36,4 +46,4 @@ Remove the dokploy files and directories from your server:
```
-
\ No newline at end of file
+