migrate lldap to docker #238
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue