Skip to content

Commit

Permalink
expose the service again so that external reverse proxies can also be…
Browse files Browse the repository at this point in the history
… used

Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Apr 3, 2024
1 parent d85c430 commit 6366dda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions community-containers/lldap/lldap.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6366dda

Please sign in to comment.