From 177cc3d7f93e8847490080ac02338bb1a34f5b4c Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Mon, 16 Jan 2023 19:30:50 -0500 Subject: [PATCH] chore(docs): watchtower warning (#1342) --- docs/docs/install/docker-compose.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/install/docker-compose.md b/docs/docs/install/docker-compose.md index 6b6da85629..0d969a7152 100644 --- a/docs/docs/install/docker-compose.md +++ b/docs/docs/install/docker-compose.md @@ -126,5 +126,10 @@ When a new version of Immich is [released](https://github.com/immich-app/immich/ docker-compose pull && docker-compose up -d # Or `docker compose` ``` +:::caution Automatic Updates +Immich is currently under heavy development, which means you can expect breaking changes and bugs. Therefore, we recommend reading the release notes prior to updating and to take special care when using automated tools like [Watchtower][watchtower]. +::: + [compose-file]: https://raw.githubusercontent.com/immich-app/immich/main/docker/docker-compose.yml [env-file]: https://raw.githubusercontent.com/immich-app/immich/main/docker/.env.example +[watchtower]: https://containrrr.dev/watchtower/