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:5da6c80dcc8df7e9972f233e723956f58d6b3082ac72294a43a84af650e5a90c
image: docker.io/vegardit/openldap:2.6.10@sha256:eb0f2daa24e4de75213b668dd2c66d682c57b315d2d81e1f03bcbae66d226e96
environment:
- LDAP_INIT_ORG_DN=dc=example,dc=org
- LDAP_INIT_ORG_NAME=Example Org
Expand Down
Loading