services/lldap/docker-compose.local.yml

12 lines
248 B
YAML
Raw Normal View History

2023-07-05 14:57:00 +02:00
---
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"