Files
Prod/lldap/docker-compose.yml
T
john ad68d7336c Update lldap/docker-compose.yml
Convert to working on virtual node-21
2026-07-06 23:36:54 +01:00

19 lines
443 B
YAML

services:
lldap:
image: lldap/lldap:stable
container_name: lldap
ports:
- "3890:3890" # LDAP port
- "17170:17170" # Web UI port
volumes:
- /mnt.disk/lldap/data:/data
environment:
LLDAP_JWT_SECRET: "/K{5T.'-zR,W*gg|xI,u-[/[5.1?HI-S"
LLDAP_LDAP_USER_PASS: "Password1" # Change this!
restart: unless-stopped
# networks:
# - caddy_net
#networks:
# caddy_net:
# external: true