From d5587d80861cd148973a89d9d079f7cb0fabde9b Mon Sep 17 00:00:00 2001 From: beertje44 <101147154+beertje44@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:32:12 +0200 Subject: [PATCH] Update docs/content/examples/tutorials/dovecot-solr.md Co-authored-by: Casper --- docs/content/examples/tutorials/dovecot-solr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/examples/tutorials/dovecot-solr.md b/docs/content/examples/tutorials/dovecot-solr.md index 1258f331..ac289219 100644 --- a/docs/content/examples/tutorials/dovecot-solr.md +++ b/docs/content/examples/tutorials/dovecot-solr.md @@ -40,7 +40,7 @@ Both files should be owned by uid and gid 8983. Start the solr container once again, you should now have a working dovecot fts specific solr core. All that is left is to connect dms dovecot to this solr core: -Create a 10-plugin.conf file in your config/dovecot folder and link it in your compose.yml like so: +Create a `10-plugin.conf` file in your `config/dovecot` folder and link it in your `compose.yml` like so: ``` volumes: ...