From 8317118348260bda1d8a17b398986946bb37caf6 Mon Sep 17 00:00:00 2001 From: mfwadejr <125498560+mfwadejr@users.noreply.github.com> Date: Sun, 30 Aug 2026 08:00:40 -0400 Subject: [PATCH] Document Unraid timezone variable --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8081d45..566a65f 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,18 @@ Use the included `vboxstock-unraid.xml` template or create a container with thes | Container data path | `/data` | | Suggested Unraid host path | `/mnt/user/appdata/vboxstock` | | Network mode | `bridge` | +| Timezone (`TZ`) | `America/New_York` | | PUID | `99` | | PGID | `100` | +Add `TZ`, `PUID`, and `PGID` as Unraid container variables: + +| Name | Key | Value | +| --- | --- | --- | +| Timezone | `TZ` | `America/New_York` | +| User ID | `PUID` | `99` | +| Group ID | `PGID` | `100` | + Open the container's WebUI after installation. Updates can be applied with **Force Update** or through the CA Auto Update Applications plugin. At startup, the container creates `/data/backups`, applies the configured `PUID` and `PGID` ownership to `/data`, and then runs the application with those IDs. ## Data and backups