mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
fix: update uninstall docs
add step to remove docker network
This commit is contained in:
@@ -26,6 +26,16 @@ Remove the docker volumes created by Dokploy:
|
|||||||
```
|
```
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
|
<Step>
|
||||||
|
|
||||||
|
Remove the docker network created by Dokploy:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker network rm -f dokploy-network
|
||||||
|
```
|
||||||
|
|
||||||
|
</Step>
|
||||||
|
|
||||||
<Step>
|
<Step>
|
||||||
|
|
||||||
@@ -36,4 +46,4 @@ Remove the dokploy files and directories from your server:
|
|||||||
```
|
```
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
</Steps>
|
</Steps>
|
||||||
|
|||||||
Reference in New Issue
Block a user