lightninglabs / lndmon

🔎lndmon: A drop-in monitoring solution for your lnd node using Prometheus+Grafana
MIT License
149 stars 47 forks source link

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

Closed alevchuk closed 4 years ago

alevchuk commented 4 years ago

As prerequisites, I have:

docker-compose 1.8.0-2
docker-ce=5:18.09.8~3-0~debian-stretch
docker-ce-cli=5:18.09.8~3-0~debian-stretch

Yet, when following instructions for Option 2: Local Usage ( https://github.com/lightninglabs/lndmon/blob/master/INSTALL.md#option-2-local-usage )

in first step (docker-compose up from the lndmon repository) I get:

ERROR: Version in "./docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/
valentinewallace commented 4 years ago

Ah, we require docker-compose >= 1.24