added force for docker system prune
This commit is contained in:
parent
b53067f1dd
commit
6332d3028e
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ for dir in */; do
|
||||||
docker-compose -f "$dir/docker-compose.yml" up --build --remove-orphans -d
|
docker-compose -f "$dir/docker-compose.yml" up --build --remove-orphans -d
|
||||||
done
|
done
|
||||||
|
|
||||||
docker system prune --all --volumes
|
docker system prune --all --volumes --force
|
||||||
|
|
Reference in a new issue