Commit 8ca22637 authored by Hermann Mayer's avatar Hermann Mayer
Browse files

[Docs] Fixed wrong solr data mount points.

parent 23680384
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -84,9 +84,9 @@ Alfresco puts all uploaded content to `/var/lib/tomcat7/alf_data/contentstore`.
This directory needs to be mounted. See the [Quick Start](#quick-start) section above.

Solr puts its search index files to `/var/lib/tomcat7/alf_data/solrhome/archive` and
`/data/solrhome/workspace:/var/lib/tomcat7/alf_data/solrhome/workspace`.
It is usefull to mount these directories, too. So Solr do not need to rebuild it's
indexes after a container reboot.
`/var/lib/tomcat7/alf_data/solrhome/workspace`. It is usefull to mount these
directories, too. So Solr do not need to rebuild it's indexes after a container
reboot.

### Development