docker-compose does not update the image

1

I have an image with code that I need to update very often. In order to see the new changes I have to delete the containers and create a new docker-compose.

Is there another way to do it?

    
asked by Pablo Cegarra 03.04.2018 в 18:33
source

1 answer

2

You can upload the version of the containers and deploy them with the new version so you will not have to delete the containers to make the changes

    
answered by 03.04.2018 / 18:39
source