suborbital / subo

The Suborbital CLI
Apache License 2.0
81 stars 24 forks source link

fix: Use `docker compose`, not `docker-compose` #353

Closed callahad closed 2 years ago

callahad commented 2 years ago

Compose v2 is the future, and the legacy standalone docker-compose script may not be present on all installs.

Fixes #344

callahad commented 2 years ago

See #354 for an alternative which also falls back to docker-compose if Compose v2 is not detected.

callahad commented 2 years ago

Closing in favor of #354