windmill icon indicating copy to clipboard operation
windmill copied to clipboard

Update Docker help notice

Open monagjr opened this issue 1 year ago • 2 comments

https://github.com/windmill-labs/windmill/blob/c58190ef788feaae9bac9848e8cfa59d10f51cab/frontend/src/lib/components/Uptodate.svelte#L25

We should have another step before this to update the existing image: docker-compose pull

monagjr avatar Dec 06 '23 17:12 monagjr

If your policy is set on always pull like it is on our official docker-compose, it's not necessary

rubenfiszel avatar Dec 06 '23 17:12 rubenfiszel

while I've my docker-based instance running, I tried just to run "docker-compose up -d" but it did not update the docker images, only when I run "docker-compose pull" then "docker-compose up -d" it updates the running instance. One more thing, I had also to run "docker-composer restart"

Running only "docker-compose up -d" image

On the other hand, Running "docker-compose pull" image

then "docker-compose up -d" image

then "docker-compose restart" image

monagjr avatar Dec 06 '23 17:12 monagjr