diff --git a/CHANGELOG.md b/CHANGELOG.md index df13c4a..dde8724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 1.1.7 - [docker](Dockerfile) Configure kopano-spamd to start with the force-remove-lingering-pid switch. +- [demo](demo) Now with 10.0.3 LDAP users get their share created, again. # 1.1.6 diff --git a/demo/Makefile b/demo/Makefile index 43b2522..d978e47 100644 --- a/demo/Makefile +++ b/demo/Makefile @@ -12,7 +12,7 @@ variables: ps: docker-compose ps -init: auth-up wait_11 auth-mod_index auth-add_user mail-db-up mail-mta-up mail-app-up wait_93 mail-app-create_store +init: auth-up wait_11 auth-mod_index auth-add_user mail-db-up mail-mta-up mail-app-up up: docker-compose up -d