Set watch option --prune=true as default by remcokranenburg · Pull Request #12650 · docker/compose (original) (raw)
What I did
Prune images by default when watching. This also has the effect of enabling pruning when using up --watch
. It's still possible to disable pruning with watch --prune=false
.
Replaces previous approach.
Related issue
#11073
(not mandatory) A picture of a cute animal, if possible in relation to what you did