From 2e9e7f1da3efd0b3e09f7802e3d74fec8d531a45 Mon Sep 17 00:00:00 2001 From: mfwadejr <125498560+mfwadejr@users.noreply.github.com> Date: Sun, 30 Aug 2026 09:32:57 -0400 Subject: [PATCH] Clarify container ownership fallback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ef2816..86eee92 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ docker exec -e RESET_ADMIN_PASSWORD=NewPassword123 -it vboxstock node server.mjs - Image: `ghcr.io/mfwadejr/vboxstock:latest` - Application port: `3000/tcp` - Persistent volume: `/data` -- Runtime ownership: configurable with `PUID` and `PGID` (`99:100` by default) +- Runtime ownership: configurable with `PUID` and `PGID`; installation examples set platform-appropriate values. The image fallback is `99:100` for Unraid compatibility. - Health check: `GET /api/health` - Runtime: Node.js 22 - Database: SQLite