[mod] lldap
This commit is contained in:
parent
c9483e83fb
commit
392173e3c5
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ services:
|
|||
# Alternatively, you can mount a local folder
|
||||
# - "./lldap_data:/data"
|
||||
environment:
|
||||
- UID=####
|
||||
- GID=####
|
||||
- TZ=####/####
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
- TZ=Europe/London
|
||||
- LLDAP_JWT_SECRET=REPLACE_WITH_RANDOM
|
||||
- LLDAP_KEY_SEED=REPLACE_WITH_RANDOM
|
||||
- LLDAP_LDAP_BASE_DN=dc=example,dc=com
|
||||
|
|
Loading…
Add table
Reference in a new issue