aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/02-Installation/01-docker.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docs/02-Installation/01-docker.md b/docs/docs/02-Installation/01-docker.md
index c62fbaa5..ff508b73 100644
--- a/docs/docs/02-Installation/01-docker.md
+++ b/docs/docs/02-Installation/01-docker.md
@@ -93,7 +93,9 @@ Go to the [quick sharing page](/quick-sharing) to install the mobile apps and th
## Updating
-Updating karakeep will depend on what you used for the `KARAKEEP_VERSION` env variable.
+Updating Karakeep will depend on what you used for the `KARAKEEP_VERSION` env variable.
- If you pinned the app to a specific version, bump the version and re-run `docker compose up -d`. This should pull the new version for you.
- If you used `KARAKEEP_VERSION=release`, you'll need to force docker to pull the latest version by running `docker compose up --pull always -d`.
+
+Note that if you want to upgrade/migrate `Meilisearch` versions, refer to the [troubleshooting](/troubleshooting) page.