debian #1

Open
fabian wants to merge 9 commits from debian into master
Showing only changes of commit d3d0a4cc5d - Show all commits

View File

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