is it possible to skip pull in docker-compose up command and fail if there is no images locally.
Currently it prints the prompt:
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
That is the case:
I have images tagged locally. And all works fine.
The issue here is that if for some reason local image is missing I want command compose up to fail not to ask user if he wants to pull etc as it is confusing