This command updates the containers that have a newer image (than the one currently running):
docker-compose up -d --no-deps <service>
This command updates the containers that have a newer image (than the one currently running):
docker-compose up -d --no-deps <service>