hummingbird-me / kitsu-tools

:hammer: The tools we use to build Kitsu, the coolest platform for anime and manga
https://kitsu.app
Apache License 2.0
2.09k stars 265 forks source link

Can't set it up #761

Closed asennoussi closed 8 years ago

asennoussi commented 8 years ago

Description: ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options. Steps to reproduce: run ./bin/setup && ./bin/start Screenshots (if applicable): N.A OS and Browser: Ubuntu 16.04

NuckChorris commented 8 years ago

What's docker-compose -v say?

asennoussi commented 8 years ago

docker-compose version 1.5.2, build unknown

asennoussi commented 8 years ago

Updated to 1.8 and it's working now.

NuckChorris commented 8 years ago

Indeed, we need a relatively modern Docker install. They introduced the V2 format about a year ago.

It's recommended that you follow the official Docker instructions for install instead of just grabbing from your package manager's default repos. I believe Docker has their own apt sources with the latest stuff