mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-24 08:16:15 +00:00
add usage to the readme
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
52113f3206
commit
19563d1dc8
14
README.md
14
README.md
@ -1,3 +1,5 @@
|
||||
# (unofficial) Kopano Docker Images
|
||||
|
||||
New instructions:
|
||||
|
||||
- explain Makefile
|
||||
@ -7,8 +9,20 @@ New instructions:
|
||||
|
||||
Thie repository contains an example docker-compose.yml file that spins up a Kopano demo environment incl. pre filled ldap tree. Run `docker-compose build` to create the ldap image locally. After running `docker-compose up` you can login through phpldapadmin at http://localhost:8081/ with the the user `cn=admin,dc=kopano,dc=demo` with the password `kopano123`.
|
||||
|
||||
git clone https://github.com/fbartels/kopano-docker.git
|
||||
cd kopano-docker
|
||||
git checkout compose
|
||||
make build-all
|
||||
docker-compose build
|
||||
docker-compose up -d
|
||||
docker-compose exec kserver kopano-cli --list-users
|
||||
docker-compose logs -f kserver
|
||||
|
||||
|
||||
docker-compose down
|
||||
sudo rm -rf data/
|
||||
docker-compose up -d
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user