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

client and server don't have same version (client : 1.19, server: 1.18) #7

Closed
sebicas opened this issue Oct 9, 2015 · 1 comment
Closed

Comments

@sebicas
Copy link

sebicas commented Oct 9, 2015

Running it on CircleCI give me this error:

$docker-compose run -d --no-deps node1

client and server don't have same version (client : 1.19, server: 1.18) docker-compose run -d --no-deps node1 returned exit code 1

You can check on: https://circleci.com/gh/sebicas/docker-workflow/1

Any ideas of what can be done?

@sebicas
Copy link
Author

sebicas commented Oct 10, 2015

I was able to fix the build by adding COMPOSE_API_VERSION to the environment,

# Enviroment Vars
environment:
  COMPOSE_API_VERSION: 1.18

https://circleci.com/gh/sebicas/docker-workflow/7

@sebicas sebicas closed this as completed Oct 10, 2015
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

1 participant