version: '3.9' services: ldap_server: container_name: ldap build: context: ../.. dockerfile: .ci/docker-compose-file/openldap/Dockerfile args: LDAP_TAG: ${LDAP_TAG} image: openldap #ports: # - 389:389 volumes: - ./certs/ca.crt:/etc/certs/ca.crt restart: always networks: - emqx_bridge