updated command to docker compose 2.0
This commit is contained in:
parent
ae2779f48e
commit
d3d0a4cc5d
@ -16,7 +16,7 @@ upDownContainers() {
|
|||||||
continue;
|
continue;
|
||||||
fi
|
fi
|
||||||
cd $subdir;
|
cd $subdir;
|
||||||
docker-compose $@;
|
docker compose $@;
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user