From b0421ac9b83b36ea8887f4824baa36c5237919bc Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 23 Jan 2024 14:44:55 -0800 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 774283e..cfe8728 100644 --- a/Configuration.md +++ b/Configuration.md @@ -47,10 +47,15 @@ Permissions to set the output directory and file contents to. This is useful when running ArchiveBox inside Docker as root and you need to explicitly set the permissions to something that the users on the host can access. *Related options:* -[`PUID` & `PGID`](#puid--pgid) +[`PUID` / `PGID`](#puid--pgid) --- -#### `PUID` & `PGID` +#### `PUID` / `PGID` + + + + + **Possible Values:** [`911`]/`1000`/... User and Group ownership to set the output directory and file contents to. **Only settable as environment variables** when using ArchiveBox in Docker.