Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change docker-compose command to docker compose #120

Open
pradel opened this issue Jul 4, 2024 · 1 comment
Open

Change docker-compose command to docker compose #120

pradel opened this issue Jul 4, 2024 · 1 comment

Comments

@pradel
Copy link
Contributor

pradel commented Jul 4, 2024

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
Copy link
Contributor

friedger commented Jul 7, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants