Update docker-compose.yaml
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
All checks were successful
Updates/Joplin/pipeline/head This commit looks good
This commit is contained in:
parent
675d03b53c
commit
00f1ce0670
@ -21,10 +21,10 @@ services:
|
||||
LDAP_1_HOST: 192.168.1.100
|
||||
LDAP_1_MAIL_ATTRIBUTE: mail
|
||||
LDAP_1_FULLNAME_ATTRIBUTE: displayName
|
||||
LDAP_1_BASE_DN: DC=activedirectory,DC=adamoutler,DC=com
|
||||
LDAP_1_BASE_DN: DC=activedirectory,DC=adamoutler,DC=com
|
||||
LDAP_1_BIND_DN: ${BINDUSER} # used for user search - leave empty if ldap server allows anonymous bind
|
||||
LDAP_1_BIND_PW: ${BINDPASS} # used for user search - leave empty if ldap server allows anonymous bind
|
||||
LDAP_1_TLS_CA_FILE: '' # used for self-signed certificate with ldaps - leave empty if using ldap or server uses CA-issued certificate
|
||||
LDAP_1_BIND_PW: ${BINDPASS} # used for user search - leave empty if ldap server allows anonymous bind
|
||||
LDAP_1_TLS_CA_FILE: '' # used for self-signed certificate with ldaps - leave empty if using ldap or server uses CA-issued certificate
|
||||
|
||||
#Admin
|
||||
SUPPORT_EMAIL: adamoutler@gmail.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user