Dokploy

Uninstall

Learn how to uninstall Dokploy on your server

Follow these steps to completely remove Dokploy and its components from your server.

Remove the docker swarm services created by Dokploy:

docker service rm dokploy dokploy-traefik dokploy-postgres dokploy-redis

Remove the docker volumes created by Dokploy:

docker volume rm -f dokploy-postgres-database redis-data-volume

Remove the dokploy files and directories from your server:

sudo rm -rf /etc/dokploy

On this page

No Headings