1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00

Add note in README

Document DOCKER_AND_COMPOSE_VERSION_MATRIX
This commit is contained in:
Tobias L. Maier 2018-04-29 17:25:01 +02:00
parent 3702ceb4b4
commit e12ce4e9ed

@ -14,6 +14,8 @@ There are versions based on different docker versions, e.g. `latest`, `17.06`, `
docker-compose matches the latest minor version available when the docker release was made. Eg, `17.06` includes docker-compose 1.15.0. The `latest` tag always includes the latest docker-compose build.
All available Docker Engine versions and the respective Docker Compose versions are defined in [`DOCKER_AND_COMPOSE_VERSION_MATRIX`](./DOCKER_AND_COMPOSE_VERSION_MATRIX).
Please open an issue or a pull request (preferred) [at GitHub](https://github.com/tmaier/docker-compose), if a version is missing.
## Usage instructions for GitLab CI