arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.59k stars 593 forks source link

docker-compose version mismatch #637

Open Windsooon opened 6 years ago

Windsooon commented 6 years ago

I followed the quickstart at https://cabotapp.com/qs/quickstart.html. When I typed

docker-compose -f docker-compose.yml -f docker-compose-caddy.yml up -d

I got Version mismatch: file ./docker-compose.yml specifies version 2.0 but extension file ./docker-compose-caddy.yml uses version 2.1

I think we should update the version of docker-compose-base.yml and docker-compose.yml from 2.0 to 2.1 :D

JannemanDev commented 5 years ago

I did my own install of docker-compose following https://docs.docker.com/compose/install/ It installed the lastest... and I didn't get the version mismatch error anymore