Removed ldaps port 636.
This commit is contained in:
parent
dd09ea3133
commit
8c3070a4a0
|
@ -4,6 +4,6 @@ RUN apk add --no-cache openldap openldap-clients openldap-back-ldap openldap-ove
|
|||
|
||||
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"]
|
||||
|
|
Loading…
Reference in a new issue