mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 04:25:01 +00:00
docker: allow configuring UID/GID used inside the containers
This commit is contained in:
parent
ad1f5b8fde
commit
22d0b14ef1
3 changed files with 35 additions and 8 deletions
|
@ -21,6 +21,11 @@ API_PORT=3000
|
|||
# Only required if relevant feature is used
|
||||
#PHISHERMAN_API_KEY=
|
||||
|
||||
# The user ID and group ID that should be used within the Docker containers
|
||||
# This should match your own user ID and group ID. Run `id -u` and `id -g` to find them.
|
||||
DOCKER_USER_UID=
|
||||
DOCKER_USER_GID=
|
||||
|
||||
#
|
||||
# DOCKER (DEVELOPMENT)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue