firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.36k stars 134 forks source link

Upgrade the example to use the new docker compose plugin. #1063

Closed terszt closed 10 months ago

terszt commented 10 months ago

According the documentation at https://docs.docker.com/compose/reference/:

Effective July 2023, Compose V1 stopped receiving updates and is no longer in new Docker Desktop releases. Compose V2 has replaced it and is now integrated into all current Docker Desktop versions.

The example should not use the old docker-compose command (Compose V1).