Skip to content

Commit

Permalink
fix format of ci/pod/docker-compose.plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingluo committed Aug 2, 2022
1 parent ed99263 commit 054b6e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/pod/docker-compose.plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@ services:
openldap:
image: bitnami/openldap:2.5.8
environment:
LDAP_ADMIN_USERNAME: amdin
LDAP_ADMIN_PASSWORD: adminpassword
LDAP_USERS: user01,user02
LDAP_PASSWORDS: password1,password2
LDAP_ENABLE_TLS: yes
LDAP_TLS_CERT_FILE: /certs/localhost_slapd_cert.pem
LDAP_TLS_KEY_FILE: /certs/localhost_slapd_key.pem
LDAP_TLS_CA_FILE: /certs/apisix.crt
- LDAP_ADMIN_USERNAME=amdin
- LDAP_ADMIN_PASSWORD=adminpassword
- LDAP_USERS=user01,user02
- LDAP_PASSWORDS=password1,password2
- LDAP_ENABLE_TLS=yes
- LDAP_TLS_CERT_FILE=/certs/localhost_slapd_cert.pem
- LDAP_TLS_KEY_FILE=/certs/localhost_slapd_key.pem
- LDAP_TLS_CA_FILE=/certs/apisix.crt
ports:
- "1389:1389"
- "1636:1636"
Expand Down

0 comments on commit 054b6e9

Please sign in to comment.