The docker-compose command has been deprecated for some time now, and I would suggest to migrate over to docker compose instead to ensure continued compatibility and support. The command may no longer be available through some package managers and will no longer receive updates. Additionally, the version header in the compose file is also deprecated and should be updated accordingly.
More details can be found here: https://docs.docker.com/compose/migrate/
The
docker-compose
command has been deprecated for some time now, and I would suggest to migrate over todocker compose
instead to ensure continued compatibility and support. The command may no longer be available through some package managers and will no longer receive updates. Additionally, theversion
header in the compose file is also deprecated and should be updated accordingly. More details can be found here: https://docs.docker.com/compose/migrate/