updated docker-compose-up-all.sh

This commit is contained in:
Samuel Philipp 2020-08-15 21:30:58 +02:00
parent e272584db3
commit b53067f1dd
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ for dir in */; do
docker-compose -f "$dir/docker-compose.yml" up --build --remove-orphans -d
done
docker system prune --all --volumes