stacks-blockchain-docker
stacks-blockchain-docker copied to clipboard
Change `docker-compose` command to `docker compose`
The scripts in the repo are using the docker-compose
command but in the recent versions of docker, compose is now shipped as a plugin and must be used with docker compose
. We have to create an alias command for new servers to run the scripts properly.