Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Oct 23, 2024
1 parent 97d7538 commit 42cd236
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bitnami/openldap:2.5
FROM bitnami/openldap:2.6

ARG TEMPLATE_PATH=./data-template-type1-static.ldif
ARG CERTS_PATH=./tls/certs
Expand Down
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
ldap1:
image: bitnami/openldap:2.5.18
image: bitnami/openldap:2.6.8
# important so our TLS certificate includes our hostname
container_name: ldap1
hostname: ldap1
Expand Down Expand Up @@ -35,8 +35,13 @@ services:
LDAP_TLS_CERT_FILE: /opt/bitnami/openldap/certs/openldap.crt
LDAP_TLS_KEY_FILE: /opt/bitnami/openldap/certs/openldap.key
LDAP_TLS_CA_FILE: /opt/bitnami/openldap/certs/openldapCA.crt
LDAP_ALLOW_ANON_BINDING: no
LDAP_USER_DC: ''
LDAP_USERS: 'readonly'
LDAP_PASSWORDS: 'readonly'
LDAP_CONFIG_ADMIN_ENABLED: no
ldap2:
image: bitnami/openldap:2.5.18
image: bitnami/openldap:2.6.8
# important so our TLS certificate includes our hostname
container_name: ldap2
hostname: ldap2
Expand Down

0 comments on commit 42cd236

Please sign in to comment.