FredHutch / motuz

Motuz - A web based infrastructure for large scale data movements between on-premise and cloud
MIT License
104 stars 12 forks source link

don't hardcode docker-compose #405

Open dtenenba opened 2 years ago

dtenenba commented 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.