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