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.
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:The migration guide mentions that in most cases we only need to replace
docker-compose
withdocker compose
, which seems to be the case in playground.