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
+