Update path in example configuration (#26)

This commit is contained in:
lbischof 2021-03-23 10:10:59 +01:00 committed by GitHub
parent 7cc2845d21
commit 66d6d882f1
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ This requires a minor change to the [`docker-compose.yml`](https://github.com/bi
solr:
...
environment:
- SOLR_CORE_CONF_DIR=/path/to/your/confDir
- SOLR_CORE_CONF_DIR=/container/path/to/your/confDir
volumes:
- '/local/path/to/your/confDir:/container/path/to/your/confDir'
...