how to keep docker-compose.yml up to date #17533
Unanswered
unterkomplex
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You don't have to keep up with every tiny change in the compose file. If there is something you need to change, it will be called out in the release notes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have added a manual read-only mount into my docker-compose.yml as described in the docs here https://immich.app/docs/features/libraries/#mount-docker-volumes
In order to update Immich to a new version I usually follow the steps here https://immich.app/docs/install/upgrading
I noticed that occasionally the docker-compose.yml also changes https://github.com/immich-app/immich/commits/main/docker/docker-compose.yml
If for every Immich update I download and replace my docker-compose.yml with the most recent version then I would have to manually add the mount for the external library every single time
Does anyone have a suggestion how to keep the docker-compose.yml up to date, without losing additional mounts? Or do we need a variable in the .env file for that?
Beta Was this translation helpful? Give feedback.
All reactions