updated command to docker compose 2.0

This commit is contained in:
fabian 2024-09-01 14:47:17 +02:00
parent ae2779f48e
commit d3d0a4cc5d

View File

@ -16,7 +16,7 @@ upDownContainers() {
continue;
fi
cd $subdir;
docker-compose $@;
docker compose $@;
done
}