docker-compose-ldap-tcp.yaml 305 B

12345678910111213141516
  1. version: '3.9'
  2. services:
  3. ldap_server:
  4. container_name: ldap
  5. build:
  6. context: ../..
  7. dockerfile: .ci/docker-compose-file/openldap/Dockerfile
  8. args:
  9. LDAP_TAG: ${LDAP_TAG}
  10. image: openldap
  11. ports:
  12. - 389:389
  13. restart: always
  14. networks:
  15. - emqx_bridge