Skip to content

Commit 2ac2a59

Browse files
authored
Merge pull request #12 from ShahriarKh/patch-1
fix: update uninstall docs
2 parents 434a21f + 60a2d54 commit 2ac2a59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

apps/docs/content/docs/core/uninstall.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ Remove the docker volumes created by Dokploy:
2626
```
2727

2828
</Step>
29+
30+
<Step>
31+
32+
Remove the docker network created by Dokploy:
33+
34+
```bash
35+
docker network rm -f dokploy-network
36+
```
37+
38+
</Step>
2939

3040
<Step>
3141

@@ -36,4 +46,4 @@ Remove the dokploy files and directories from your server:
3646
```
3747

3848
</Step>
39-
</Steps>
49+
</Steps>

0 commit comments

Comments
 (0)