go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
90 stars 688 forks source link

Migrate docker-compose to v2 #621

Open eapolinario opened 1 year ago

eapolinario commented 1 year ago

Explain your user case and expected results

When running ./test.sh I get this warning indicating that the docker compose command we're using is not going to be supported starting June 23:

❯ ./test.sh
...
WARNING: Compose V1 is no longer supported and will be removed from Docker Desktop in an upcoming release. See https://docs.docker.com/go/compose-v1-eol/

The migration guide mentions that in most cases we only need to replace docker-compose with docker compose, which seems to be the case in playground.