From 964d3264cc45892349c3868cce863b0f6463ef79 Mon Sep 17 00:00:00 2001 From: tonyaellie Date: Thu, 10 Apr 2025 13:51:59 +0000 Subject: [PATCH] docs: add missing env var change --- docs/en/migration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/migration.md b/docs/en/migration.md index 516a993d..75338ce4 100644 --- a/docs/en/migration.md +++ b/docs/en/migration.md @@ -50,7 +50,8 @@ Modify your `docker-compose.yml` file to point to the new Homebox fork: `ghcr.io/sysadminsmedia/homebox:latest-rootless` - Update the environment variable: - If you're using `HBOX_STORAGE_SQLITE_URL`, change it to `HBOX_DATABASE_SQLITE_PATH`. + - If you're using `HBOX_STORAGE_SQLITE_URL`, change it to `HBOX_DATABASE_SQLITE_PATH`. + - If you're using `HBOX_WEB_READ_TIMEOUT`, `HBOX_WEB_WRITE_TIMEOUT`, or `HBOX_IDLE_TIMEOUT`, add an `s` for seconds or `m` for minutes to the end of the integers. ### 4. Start the New Homebox Instance