migrate lldap to docker #238

Merged
mg merged 24 commits from lldap_docker into master 2024-11-15 20:53:27 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8848e2625a - Show all commits

View file

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

View file

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