docs(Docker Compose): Add missing Compose Version

This commit is contained in:
Marcel Feix 2022-05-30 09:37:26 +02:00
parent a1810e799a
commit 34a168940a
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -50,6 +50,8 @@
.docker-compose-validate:
image: docker:20.10.16-alpine3.15
stage: verify
variables:
DOCKER_COMPOSE_VERSION: v2.5.1
before_script:
#Install docker Compose, from release directly
- wget https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-linux-x86_64 -O /usr/local/bin/docker-compose