Open dtenenba opened 2 years ago
The new suggested way to use docker compose is as a plugin, e.g. docker compose instead of docker-compose. There are a bunch of scripts that have docker-compose hardcoded. We should fix those to use whichever is present on a given system.
docker compose
docker-compose
The new suggested way to use docker compose is as a plugin, e.g.
docker compose
instead ofdocker-compose
. There are a bunch of scripts that havedocker-compose
hardcoded. We should fix those to use whichever is present on a given system.