From 9e2d05095a314aed6a0e1deccc546256bd5aa0d5 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 4 May 2022 17:45:03 +0800 Subject: [PATCH] Updated Environment Variables (markdown) --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index 94034ab..4b31ace 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -17,7 +17,7 @@ | Environment variable | Description | Default | | -------------------- | ----------------------------------- | ------: | | `PUID` | User id to access the data storage | `1000` | -| `GUID` | Group id to access the data storage | `1000` | +| `PGID` | Group id to access the data storage | `1000` | ## For Development only