-
|
Hi there, first of all thanks for this great App! I just tried to set version Info in my .env file to "v1.140". But the docker compose pull then just went into error. I know there is a big warning about using watchtower in context of this app, but as far as i can see, every breaking change was on a major version. And i can live with that! But it would be great to use watchtower to update the minor versions, for the BugFixes. Thanks! BG Mathias |
Beta Was this translation helpful? Give feedback.
Answered by
skatsubo
Sep 6, 2025
Replies: 1 comment 6 replies
-
|
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no such out-of-box option. With some extra scripting it can be emulated/implemented on your side.
But Immich docker images currently do not have "major" version tags like
v1.140orv1.141if this is what you mean. So it's either "release" or full semver (major.minor.patch) "v1.140.1" and so on.