cabotapp / docker-cabot

Docker and docker-compose files for Cabot
https://hub.docker.com/r/cabotapp/cabot/
58 stars 31 forks source link

Version in "./docker-compose.yml" is unsupported. #13

Closed asaf050 closed 7 years ago

asaf050 commented 7 years ago

Hello, I'm not familiar with Docker, but try to install Cabot with it as a quick start...

I set up new VPS on ubuntu 16.04 , Docker 1.12.6, docker-compose 1.8.0. When starting with docker-compose up -d I get the following error: Version in "./docker-compose.yml" is unsupported.

Any ideas?

Thanks

dbuxton commented 7 years ago

You need docker-compose ≥ 1.9.0: https://docs.docker.com/compose/compose-file/compose-versioning/