From a5a587c4e72646132d6fc79d027edcd86d6acb9d Mon Sep 17 00:00:00 2001 From: Cintia Del Rio Calvo Date: Tue, 21 May 2019 23:05:08 +1000 Subject: [PATCH] Add non-ssl for stg-ldap --- files/ldap-stg/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/files/ldap-stg/docker-compose.yml b/files/ldap-stg/docker-compose.yml index 0709d7f..74e8002 100644 --- a/files/ldap-stg/docker-compose.yml +++ b/files/ldap-stg/docker-compose.yml @@ -6,6 +6,7 @@ services: image: osixia/openldap:1.2.4 command: "--copy-service" ports: + - 3389:389 - 6366:636 environment: LDAP_ORGANISATION: OpenMRS