In the .yml definition, I'm always pulling the latest image of my service.
When I push a new image to the registry and I want to update the image that the service in my stack uses. I don't see any --pull flag, and the documentation for docker service update doesn't explicitly mentions this.
How can I re-deploy using the recently pushed latest image?