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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`