Does the docker image auto update, if not, how often should i update the docker compose file #2034
-
I see the deployments are quite regular. Does the image auto update when new deployments are released if i am using "image: [ghcr.io/taxel/plextraktsync:latest](http://ghcr.io/taxel/plextraktsync:latest" in my docker compose file? If this is not the case, how often should i update the docker compose file and restart the install process? Every release of once every 3 months, 6 months, etc? Thanks for the help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not an expert with docker, but from what I've seen you have to manually repull the container to update it. I recommend using watchtower to auto update your containers. |
Beta Was this translation helpful? Give feedback.
I'm not an expert with docker, but from what I've seen you have to manually repull the container to update it. I recommend using watchtower to auto update your containers.
https://github.com/containrrr/watchtower