<code>sudo su cd /var/packages/Docker/target/usr/bin/ mv docker-compose docker-compose_bak curl -L https://github.com/docker/compose/releases/download/v2.15.1/docker-compose-`uname -s`-`uname -m` -o docker-compose chmod +x ./docker-compose
</code>
Install docker-compose on Synology DSM
Related posts
Deploying Kubernetes using Terraform, Proxmox, Ansible, and K3s
I've been meaning to try Kubernetes for a long time, but I kept finding excuses. It's been at the back of my mind marinating for yeaaars.…
March 25, 2025
Upgrading UPS Battery
My KSTAR YDC9101S RT UPS battery died a couple of months ago. I've been delaying fixing it because I didn't want a hackish solution since…
February 25, 2025
Cloning Tailscale VM
I wanted to create 3 Tailscale exit nodes for my 3 ISPs: Globe, PLDT, and Converge. I'm thinking of using it as a DIY VPN because sometimes…
July 25, 2024