Unarchive lldap and add ldap port

This commit is contained in:
2025-08-19 14:59:30 +05:30
parent 5e825eed47
commit 1fc5dafcf6

View File

@@ -39,7 +39,8 @@ services:
volumes:
- ${APPDATA_PATH}/lldap/data:/data
ports:
- ${PORT}:17170
- ${LDAP_PORT}:3890
- ${WEBGUI_PORT}:17170
networks:
- frontend
- backend