Document Unraid timezone variable

This commit is contained in:
mfwadejr
2026-08-30 08:00:40 -04:00
committed by GitHub
parent 0e87f5a26a
commit 8317118348
+9
View File
@@ -112,9 +112,18 @@ Use the included `vboxstock-unraid.xml` template or create a container with thes
| Container data path | `/data` | | Container data path | `/data` |
| Suggested Unraid host path | `/mnt/user/appdata/vboxstock` | | Suggested Unraid host path | `/mnt/user/appdata/vboxstock` |
| Network mode | `bridge` | | Network mode | `bridge` |
| Timezone (`TZ`) | `America/New_York` |
| PUID | `99` | | PUID | `99` |
| PGID | `100` | | 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. 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 ## Data and backups