updated docker-compose-up-all.sh
This commit is contained in:
parent
e272584db3
commit
b53067f1dd
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue