diff --git a/community-containers/lldap/lldap.json b/community-containers/lldap/lldap.json index 4c7c855add4..3592f1799c5 100644 --- a/community-containers/lldap/lldap.json +++ b/community-containers/lldap/lldap.json @@ -8,6 +8,13 @@ "image_tag": "v0-alpine", "internal_port": "17170", "restart": "unless-stopped", + "ports": [ + { + "ip_binding": "%APACHE_IP_BINDING%", + "port_number": "17170", + "protocol": "tcp" + } + ], "environment": [ "TZ=%TIMEZONE%", "UID=65534",