It would be nice if there were an option to check for new versions of images when running docker-compose up.
We already have this functionality with docker build --pull as was discussed here moby/moby#4238 and there is an open issue to bring --pull to docker run here moby/moby#13331.
I propose adding --pull to up to always attempt to pull a newer version of the images in the compose file.
It would be nice if there were an option to check for new versions of images when running
docker-compose up.We already have this functionality with
docker build --pullas was discussed here moby/moby#4238 and there is an open issue to bring--pulltodocker runhere moby/moby#13331.I propose adding
--pulltoupto always attempt to pull a newer version of the images in the compose file.