docker-compose-elasticsearch-kibana
docker-compose-elasticsearch-kibana copied to clipboard
Version in "./docker-compose.yml" is unsupported
Hi, i installed docker-compose version 1.23 as indicated in the docs. Cloned the repo and I get the following error. Any suggestions please?
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 supported version (e.g "2.2" or "3.3") 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/
I am brand new to docker and docker-compose world.
Try changing version to 3.3 in docker-compose.yml
3.6 should work