You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"start:docker": "docker-compose pull && docker-compose up --remove-orphans",
Will you consider upgrading to docker compose rather than the deprecated docker-compose? Supporting both could be messy but my insight to offer is that most serious Docker users have moved over to v2 by now.
Important
From the end of June 2023 Compose V1 won’t be supported anymore and will be removed from all Docker Desktop versions.
Make sure you switch to [Compose V2](https://docs.docker.com/compose/compose-file/) with the docker compose CLI plugin or by activating the Use Docker Compose V2 setting in Docker Desktop. For more information, see the [Evolution of Compose](https://docs.docker.com/compose/compose-v2/).
The text was updated successfully, but these errors were encountered:
ethereum-subql-starter/Ethereum/ethereum-starter/package.json
Line 9 in f434a44
Will you consider upgrading to
docker compose
rather than the deprecateddocker-compose
? Supporting both could be messy but my insight to offer is that most serious Docker users have moved over to v2 by now.Note that it is officially unsupported in a couple of months time.
The text was updated successfully, but these errors were encountered: