feat: Add UID/GID configuration to .env.example and update README for container user settings

This commit is contained in:
JB
2025-10-06 14:30:55 -07:00
parent 7d132e6fcc
commit 26e0e764db
3 changed files with 19 additions and 0 deletions
+7
View File
@@ -4,3 +4,10 @@
ABOGEN_SETTINGS_DIR=./config
ABOGEN_TEMP_DIR=./storage/tmp
ABOGEN_OUTPUT_DIR=./storage/output
# UID/GID used when running the Docker container. 1000:1000 matches most Linux hosts.
# Find your current values with:
# id -u # UID
# id -g # GID
ABOGEN_UID=1000
ABOGEN_GID=1000