update
This commit is contained in:
parent
0f0543f05c
commit
faf9b76b48
@ -7,22 +7,22 @@ services:
|
|||||||
image: lldap/lldap:stable
|
image: lldap/lldap:stable
|
||||||
ports:
|
ports:
|
||||||
# For LDAP, not recommended to expose, see Usage section.
|
# For LDAP, not recommended to expose, see Usage section.
|
||||||
#- "3890:3890"
|
- "3890:3890"
|
||||||
# For LDAPS (LDAP Over SSL), enable port if LLDAP_LDAPS_OPTIONS__ENABLED set true, look env below
|
# For LDAPS (LDAP Over SSL), enable port if LLDAP_LDAPS_OPTIONS__ENABLED set true, look env below
|
||||||
#- "6360:6360"
|
#- "6360:6360"
|
||||||
# For the web front-end
|
# For the web front-end
|
||||||
- "17170:17170"
|
- "17170:17170"
|
||||||
volumes:
|
volumes:
|
||||||
- "lldap_data:/data"
|
# - "lldap_data:/data"
|
||||||
# Alternatively, you can mount a local folder
|
# Alternatively, you can mount a local folder
|
||||||
# - "./lldap_data:/data"
|
- "./lldap_data:/data"
|
||||||
environment:
|
environment:
|
||||||
- UID=####
|
- UID=1000
|
||||||
- GID=####
|
- GID=1000
|
||||||
- TZ=####/####
|
- TZ=America/New_York
|
||||||
- LLDAP_JWT_SECRET=REPLACE_WITH_RANDOM
|
- LLDAP_JWT_SECRET=2a6d6fba1734c8e50e3b1476e9d91f8f5b233f4fd9e14e0c1d8d92922e66e0a1
|
||||||
- LLDAP_KEY_SEED=REPLACE_WITH_RANDOM
|
- LLDAP_KEY_SEED=5b8e24d8f4c7e2b196a3fd22c1e7e5e2cfc1a0d58e4bd6d4a68b2cf0a2b7a3d1
|
||||||
- LLDAP_LDAP_BASE_DN=dc=example,dc=com
|
- LLDAP_LDAP_BASE_DN=dc=exnetwork,dc=org
|
||||||
- LLDAP_LDAP_USER_PASS=adminPas$word
|
- LLDAP_LDAP_USER_PASS=adminPas$word
|
||||||
# If using LDAPS, set enabled true and configure cert and key path
|
# If using LDAPS, set enabled true and configure cert and key path
|
||||||
# - LLDAP_LDAPS_OPTIONS__ENABLED=true
|
# - LLDAP_LDAPS_OPTIONS__ENABLED=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user