I don\'t know what I\'m doing wrong, but I simply cannot get docker-compose up to use the latest image from our registry without first removing the old containers f
docker-compose up
If the docker compose configuration is in a file, simply run:
docker-compose -f appName.yml down && docker-compose -f appName.yml pull && docker-compose -f appName.yml up -d