stacks-network / stacks-blockchain-docker

Stacks-blockchain with API using docker compose
GNU General Public License v3.0
27 stars 37 forks source link

Change `docker-compose` command to `docker compose` #120

Open pradel opened 3 weeks ago

pradel commented 3 weeks ago

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.

friedger commented 2 weeks ago

Using docker compose instead of docker-compose fixes this error:

docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'