diff --git a/LLDAP/docker-compose.yml b/LLDAP/docker-compose.yml index 76e63e1..62a35fa 100644 --- a/LLDAP/docker-compose.yml +++ b/LLDAP/docker-compose.yml @@ -7,22 +7,22 @@ services: image: lldap/lldap:stable ports: # 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 #- "6360:6360" # 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=#### - - GID=#### - - TZ=####/#### - - LLDAP_JWT_SECRET=REPLACE_WITH_RANDOM - - LLDAP_KEY_SEED=REPLACE_WITH_RANDOM - - LLDAP_LDAP_BASE_DN=dc=example,dc=com + - UID=1000 + - GID=1000 + - TZ=America/New_York + - LLDAP_JWT_SECRET=2a6d6fba1734c8e50e3b1476e9d91f8f5b233f4fd9e14e0c1d8d92922e66e0a1 + - LLDAP_KEY_SEED=5b8e24d8f4c7e2b196a3fd22c1e7e5e2cfc1a0d58e4bd6d4a68b2cf0a2b7a3d1 + - LLDAP_LDAP_BASE_DN=dc=exnetwork,dc=org - LLDAP_LDAP_USER_PASS=adminPas$word # If using LDAPS, set enabled true and configure cert and key path # - LLDAP_LDAPS_OPTIONS__ENABLED=true