When I run
docker-compose -f docker-compose.prod.yml pull
docker-compose -f docker-compose.prod.yml up -d --force-recreate
I have not last image - seems like this some cached image from first run.
But wen I run this image from docker via name, like
docker run -it repo_url/image_name
- all ok.
I have try all from topic
How to get docker-compose to always re-create containers from fresh images?
Also I have try remove this image via docker rmi image_name
, but nothing help to me. What it can be?