Docker compose update List the cached images docker image ls Copy the image id and delete it with docker image rm $IMAGE_ID Verify the image was deleted, then rebuild the container with docker-compose up -d