Install Keycloak with domain name

Hi

I need help. I’m trying install keycloak in standalone mode with domain name, i configure standalone/configuration/standalone.xml like this:

<interfaces>
    <interface name="management">
        <inet-address value="${jboss.bind.address.management:domain.com.co}"/>
    </interface>
    <interface name="public">
            <inet-address value="${jboss.bind.address:domain.com.co}"/>
    </interface>
</interfaces>

But it not work, it work with IP

Thanks for your help