docs: add missing env var change

This commit is contained in:
tonyaellie
2025-04-10 13:51:59 +00:00
parent fca21a58f6
commit 964d3264cc

View File

@@ -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