Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ services:
# backends can't produce. Bootstrapped fresh on every `up` (no data volume),
# so the custom LDIF is always applied.
openldap:
image: docker.io/vegardit/openldap:2.6.10@sha256:eb0f2daa24e4de75213b668dd2c66d682c57b315d2d81e1f03bcbae66d226e96
image: docker.io/vegardit/openldap:2.6.10@sha256:5ddafb40cee836126e914274d23944fbdb4f4ccc171f1ec6720578a9cd9981e0
environment:
- LDAP_INIT_ORG_DN=dc=example,dc=org
- LDAP_INIT_ORG_NAME=Example Org
Expand Down
Loading