docker-compose isn't a thing anymore
This commit is contained in:
parent
07042c57ca
commit
9ac31095c8
2
sndev
2
sndev
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user