docker-compose isn't a thing anymore

This commit is contained in:
keyan 2024-07-11 17:28:13 -05:00
parent 07042c57ca
commit 9ac31095c8
1 changed files with 1 additions and 1 deletions

2
sndev
View File

@ -3,7 +3,7 @@
set -e set -e
docker__compose() { docker__compose() {
if [ ! -x "$(command -v docker-compose)" ]; then if [ ! -x "$(command -v docker)" ]; then
echo "docker compose is not installed" echo "docker compose is not installed"
echo "installation instructions are here: https://docs.docker.com/desktop/" echo "installation instructions are here: https://docs.docker.com/desktop/"
exit 0 exit 0