my docker compose files still have references to the “storj” version watchtower, is this still desirable or necessary to have?
I’m referring to image: storjlabs/watchtower specifically.
thanks!
my docker compose files still have references to the “storj” version watchtower, is this still desirable or necessary to have?
I’m referring to image: storjlabs/watchtower specifically.
thanks!
I dont use it. The containers update the program within them automatically. Ive not had issues.
It’s better to have it or use a podman
We rarely change the base image, but sometimes it is happen - to apply security patches to the base OS or to improve something.
However, for docker compose
you always can use a docker compose pull
, then docker compose up -d
to update it manually.