1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-29 11:41:18 +02:00

Mailserver needs recreation after adding new volume (#1897)

This commit is contained in:
Shyim 2021-04-11 20:27:07 +02:00 committed by GitHub
parent ba0f9199b7
commit 87b5628696
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ The [dovecot-solr Plugin](https://wiki2.dovecot.org/Plugins/FTS/Solr) is used in
3. Start the solr container: `docker-compose up -d --remove-orphans solr`
4. Restart the mailserver container: `docker-compose restart mailserver`
4. Recreating the mailserver container: `docker-compose up -d`
5. Flag all user mailbox FTS indexes as invalid, so they are rescanned on demand when they are next searched: `docker-compose exec mailserver doveadm fts rescan -A`