Closed sebicas closed 9 years ago
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?
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
Running it on CircleCI give me this error:
You can check on: https://circleci.com/gh/sebicas/docker-workflow/1
Any ideas of what can be done?