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
The install.sh script uses docker-compose.
With the advent of "docker compose v2", docker-compose ceases to be a standalone executable, and docker compose is used instead. It should work more or less drop-in.
On Debian, apt-get install docker-compose still installs docker-compose "v1", but this is probably not desired; some recommend to just alias docker-compose to docker compose.
I find the communication regarding deprecation of "old" docker-compose a bit lacking, nevertheless we should probably implement it?
The text was updated successfully, but these errors were encountered:
Thank you for the heads-up. I wasn't aware of this. Of course we will follow this transition. If its as easy as a simple drop-in I will adjust the documentation, or if some tweaks are required add them.
The install.sh script uses
docker-compose
.With the advent of "docker compose v2",
docker-compose
ceases to be a standalone executable, anddocker compose
is used instead. It should work more or less drop-in.https://docs.docker.com/compose/compose-v2/
https://github.com/docker/compose
On Debian,
apt-get install docker-compose
still installs docker-compose "v1", but this is probably not desired; some recommend to just aliasdocker-compose
todocker compose
.I find the communication regarding deprecation of "old" docker-compose a bit lacking, nevertheless we should probably implement it?
The text was updated successfully, but these errors were encountered: