Ldap support #2
@@ -10,7 +10,7 @@ services:
|
|||||||
LDAP_CONFIG_PASSWORD: config
|
LDAP_CONFIG_PASSWORD: config
|
||||||
LDAP_TLS: "false"
|
LDAP_TLS: "false"
|
||||||
ports:
|
ports:
|
||||||
- "10.87.2.6:389:389"
|
- "12389:389"
|
||||||
volumes:
|
volumes:
|
||||||
- ./bootstrap:/container/service/slapd/assets/config/bootstrap/ldif/custom:ro
|
- ./bootstrap:/container/service/slapd/assets/config/bootstrap/ldif/custom:ro
|
||||||
command: --copy-service
|
command: --copy-service
|
||||||
@@ -23,6 +23,6 @@ services:
|
|||||||
PHPLDAPADMIN_LDAP_HOSTS: ldap
|
PHPLDAPADMIN_LDAP_HOSTS: ldap
|
||||||
PHPLDAPADMIN_HTTPS: "false"
|
PHPLDAPADMIN_HTTPS: "false"
|
||||||
ports:
|
ports:
|
||||||
- "10.87.2.6:8088:80"
|
- "12390:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- ldap
|
- ldap
|
||||||
|
|||||||
Reference in New Issue
Block a user