debian #1

Open
fabian wants to merge 23 commits from debian into master
Showing only changes of commit 57e52b78a2 - Show all commits

View File

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