docker run --rm -v dokploy_dokploy-data:/data -v $(pwd):/backup alpine tar czf /backup/dokploy-backup.tar.gz /data
Create a compressed backup of Dokploy's data volume
Mounts Dokploy's data volume into a temporary Alpine container and tars its contents into the current directory. Run this before upgrading Dokploy or migrating to a new server.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.