default bind host -> 127.0.0.1

This commit is contained in:
Mauro Torrez 2019-05-26 23:57:35 -03:00
parent 72e925952a
commit 28f3ba8213

View File

@ -25,7 +25,7 @@ openldap_replicator_base: dc=example,dc=com
# port in docker HOST to bind ldap service # port in docker HOST to bind ldap service
openldap_bind_port: 10389 openldap_bind_port: 10389
openldap_bind_host: "localhost" openldap_bind_host: 127.0.0.1
# docker image name # docker image name
openldap_image_name: "i-openldap" openldap_image_name: "i-openldap"