1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 22:03:03 +00:00

rename networks for consistency

readme fixup
This commit is contained in:
Christian Günther
2019-01-02 21:08:06 +01:00
committed by Felix Bartels
parent 5b679b08b6
commit c678bf45d6
2 changed files with 19 additions and 18 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ This repository contains an easy to replicate recipe to spin up a [Kopano](https
- now run `docker-compose up` and you will see how the remaining Docker images are pulled and then everything is started
- after startup has succeeded you can access the Kopano WebApp by going to `https://kopano.demo/webapp`
- you can also access phpLDAPadmin by going to `https://kopano.demo/ldap-admin`
- you can access the ldap admin with: `dc=admin,dn=kopano,dn=demo` as login dn and the `LDAP_ADMIN_PASSWORD` environment variable provided by the .env file (which is generated by the setup.sh)
- you can access the ldap-admin web frontent in readonly mode with: `LDAP_BIND_DN` env var as login dn and the `LDAP_BIND_PW` env var provided by the .env file (which is generated by the setup.sh)
- if you want to modify the ldap content you can access the ldap-admin web frontend by using the `cn=admin,` appending the `LDAP_BASE_DN` env var as the login dn and `LDAP_ADMIN_PASSWORD` as the password
**Note:** There have been reports about the ldap demo not starting up on MacOS. It is recommended to use a Linux OS if you want to use the bundled LDAP image.