Clarify container ownership fallback

This commit is contained in:
mfwadejr
2026-08-30 09:32:57 -04:00
committed by GitHub
parent 4c0f7673d0
commit 2e9e7f1da3
+1 -1
View File
@@ -224,7 +224,7 @@ docker exec -e RESET_ADMIN_PASSWORD=NewPassword123 -it vboxstock node server.mjs
- Image: `ghcr.io/mfwadejr/vboxstock:latest` - Image: `ghcr.io/mfwadejr/vboxstock:latest`
- Application port: `3000/tcp` - Application port: `3000/tcp`
- Persistent volume: `/data` - 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` - Health check: `GET /api/health`
- Runtime: Node.js 22 - Runtime: Node.js 22
- Database: SQLite - Database: SQLite