1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/lldap/docker-compose.yml
2023-10-18 15:23:04 +08:00

18 lines
357 B
YAML

version: "3.8"
services:
lldap:
image: lldap/lldap:stable
ports:
- "3890:3890"
- "17170:17170"
volumes:
- ./data:/data
environment:
- UID=1000
- GID=1000
- TZ=UTC
- LLDAP_JWT_SECRET=******
- LLDAP_LDAP_USER_PASS=admin
- LLDAP_LDAP_BASE_DN=dc=example,dc=com
restart: unless-stopped