[mod] lldap
This commit is contained in:
parent
a334531934
commit
8ea9586e6f
2 changed files with 11 additions and 3 deletions
|
@ -14,16 +14,16 @@ services:
|
|||
# For the web front-end
|
||||
- "17170:17170"
|
||||
volumes:
|
||||
- "lldap_data:/data"
|
||||
#- "lldap_data:/data"
|
||||
# Alternatively, you can mount a local folder
|
||||
# - "./lldap_data:/data"
|
||||
- "./lldap_data:/data"
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
- TZ=Europe/London
|
||||
- LLDAP_JWT_SECRET=1d27CbBUPdrfXPRun/i0
|
||||
- LLDAP_KEY_SEED=W2c/PkDzAKtx5jb1OCQ4
|
||||
- LLDAP_LDAP_BASE_DN=dc=orlop,dc=com
|
||||
- LLDAP_LDAP_BASE_DN=dc=n2-plus,dc=local
|
||||
- LLDAP_LDAP_USER_PASS=adminPas$word
|
||||
# If using LDAPS, set enabled true and configure cert and key path
|
||||
# - LLDAP_LDAPS_OPTIONS__ENABLED=true
|
||||
|
|
8
lldap/lldap_data/.gitignore
vendored
Normal file
8
lldap/lldap_data/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
Loading…
Add table
Reference in a new issue