1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/lldap/docker-compose.yml

18 lines
357 B
YAML
Raw Normal View History

2023-10-18 09:23:04 +02:00
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