14 lines
264 B
YAML
14 lines
264 B
YAML
|
---
|
||
|
|
||
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
lldap:
|
||
|
ports:
|
||
|
# For LDAP
|
||
|
- "3890:3890"
|
||
|
# For LDAPS (LDAP Over SSL), enable port if LLDAP_LDAPS_OPTIONS__ENABLED set true, look env below
|
||
|
- "6360:6360"
|
||
|
# For the web front-end
|
||
|
- "17170:17170"
|