debian #1

Open
fabian wants to merge 15 commits from debian into master
460 changed files with 7980 additions and 185 deletions
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
}