2 Star 0 Fork 0

mirrors_linagora/twake-workplace-user-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 595 Bytes
一键复制 编辑 原始数据 按行查看 历史
services:
openldap:
image: bitnami/openldap
ports:
- '1389:1389'
- '1636:1636'
env_file:
- .env
volumes:
- ./ldap-data:/bitnami/openldap
llng:
image: yadd/lemonldap-ng-full
environment:
- LOGGER=stderr
- USERLOGGER=stderr
ports:
- 19876:19876
- 80:80
volumes:
- ./config/lmConf-1.json:/var/lib/lemonldap-ng/conf/lmConf-1.json
networks:
default:
aliases:
- auth.example.com
networks:
user-management-network:
driver: bridge
volumes:
openldap_data:
driver: local
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_linagora/twake-workplace-user-manager.git
git@gitee.com:mirrors_linagora/twake-workplace-user-manager.git
mirrors_linagora
twake-workplace-user-manager
twake-workplace-user-manager
main

搜索帮助