mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Mailserver needs recreation after adding new volume (#1897)
This commit is contained in:
parent
ba0f9199b7
commit
87b5628696
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue