Merge pull request #12 from ShahriarKh/patch-1

fix: update uninstall docs
This commit is contained in:
Mauricio Siu
2024-12-21 01:41:45 -06:00
committed by GitHub

View File

@@ -29,6 +29,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>
Remove the dokploy files and directories from your server: Remove the dokploy files and directories from your server:
```bash ```bash