Removed ldaps port 636.

This commit is contained in:
László Valkó 2018-07-09 00:37:12 +02:00
parent dd09ea3133
commit 8c3070a4a0

View file

@ -4,6 +4,6 @@ RUN apk add --no-cache openldap openldap-clients openldap-back-ldap openldap-ove
COPY root / COPY root /
EXPOSE 389 636 EXPOSE 389
CMD ["/usr/sbin/slapd", "-d", "256", "-u", "ldap", "-g", "ldap", "-f", "/etc/openldap/slapd.conf", "-h", "ldap://0.0.0.0"] CMD ["/usr/sbin/slapd", "-d", "256", "-u", "ldap", "-g", "ldap", "-f", "/etc/openldap/slapd.conf", "-h", "ldap://0.0.0.0"]