Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
356 stars 133 forks source link

Assume Docker Compose v2 if `docker-compose` is missing in integration test #214

Closed supahgreg closed 1 year ago

supahgreg commented 1 year ago

If docker-compose is not available during integration testing, assume Docker Compose v2 (docker compose by default) is to be used.

https://www.docker.com/blog/announcing-compose-v2-general-availability/

Notes for Reviewers