feat(LLDAP): Add new service

This commit is contained in:
2023-07-05 14:57:00 +02:00
parent 2667aa22dd
commit 06f1e2910f
8 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
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"