changed Files: docker-compose/lldap/docker-compose.yml.j2
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Successful in 42s

docker-compose/lldap/lldap_config.toml.j2

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-15 19:17:10 +00:00
parent 7febd48600
commit 8848e2625a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services:
lldap:
image: lldap/lldap:v0.6.0
image: lldap/lldap:v0.6.0-debian-rootless
container_name: lldap
restart: unless-stopped
pull_policy: missing

View file

@ -1,4 +1,4 @@
verbose=true
verbose = false
ldap_host = "0.0.0.0"
ldap_port = 3890