Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Expose ldpa port
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJKM committed Aug 12, 2020
1 parent 13e9cb4 commit deb4d9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion service.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
"name":"ldap",
"hostname":"ldap",
"url":"https://github.com/philleconnect/ServerContainers/releases/download/2.0.2/ldap.tar.gz",
"ports":[],
"ports":[
{
"external":389,
"internal":389
}
],
"networks":[
{
"name":"ldap-net"
Expand Down

0 comments on commit deb4d9f

Please sign in to comment.