fix: update uninstall docs

add step to remove docker network
This commit is contained in:
Shahriar 2024-12-16 22:08:19 +03:30 committed by GitHub
parent cb91890b9b
commit 60a2d5487d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>
@ -36,4 +46,4 @@ Remove the dokploy files and directories from your server:
```
</Step>
</Steps>
</Steps>