From 597014c2231acaa48c0470e6069e542297fe7db9 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Mon, 7 Oct 2024 13:58:38 -0700 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 7c0791e..7a7794c 100644 --- a/Configuration.md +++ b/Configuration.md @@ -57,7 +57,8 @@ This is useful when running ArchiveBox inside Docker as root and you need to exp **Possible Values:** [`911`]/`1000`/... -*Note: Only applicable for Docker users, settable via environment varaibles only.* (not `ArchiveBox.conf` , `archivebox config --set ...`) +*Note: Only applicable for Docker users, settable via environment varaibles only.* +(not `ArchiveBox.conf` , `archivebox config --set ...`) User and Group ID that the data directory should be owned by. We recommend leaving this as the default `911` and running `chown -R 911:$(id -g) ./data` outside Docker, this will make sure your data is writable by both ArchiveBox inside Docker and host users in your group outside of Docker.