Skip to content

Commit

Permalink
Merge pull request #12 from ShahriarKh/patch-1
Browse files Browse the repository at this point in the history
fix: update uninstall docs
  • Loading branch information
Siumauricio authored Dec 21, 2024
2 parents 434a21f + 60a2d54 commit 2ac2a59
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apps/docs/content/docs/core/uninstall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ Remove the docker volumes created by Dokploy:
```

</Step>

<Step>

Remove the docker network created by Dokploy:

```bash
docker network rm -f dokploy-network
```

</Step>

<Step>

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

</Step>
</Steps>
</Steps>

0 comments on commit 2ac2a59

Please sign in to comment.