docs: update uninstall

This commit is contained in:
фырат ёздэн
2025-11-27 03:48:18 +03:00
committed by GitHub
parent 34d769ad23
commit 201bb86539

View File

@@ -23,7 +23,7 @@ Remove the docker swarm services created by Dokploy:
Remove the docker volumes created by Dokploy:
```bash
docker volume remove -f dokploy-config dokploy-postgres dokploy-redis
docker volume remove -f dokploy dokploy-postgres dokploy-redis
```
</Step>