Skip to content

Commit

Permalink
local dev doc: add link to ldap env vars docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhaochen47 committed Sep 19, 2024
1 parent 4a6930f commit de61a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ldap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
ports:
- '389:1389'
- '636:1636'
# docs of these env vars: https://github.com/bitnami/containers/tree/2724f9cd02b3b4e7986a1e2a0b0b30af3737bbd2/bitnami/openldap#configuration
environment:
- LDAP_ROOT=dc=test,dc=com
- LDAP_ADMIN_USERNAME=admin
Expand Down

0 comments on commit de61a50

Please sign in to comment.