Skip to content

Commit 60a2d54

Browse files
authored
fix: update uninstall docs
add step to remove docker network
1 parent cb91890 commit 60a2d54

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)