mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
feat: Add UID/GID configuration to .env.example and update README for container user settings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user