Skip to content

Commit

Permalink
Document how to get 8.4, 8.6, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans committed Oct 23, 2020
1 parent d7e690e commit fd77aac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/drupal8/docs/customise/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ supported version (see list of tags at [solr's docker hub page]):
```yaml
attribute('services.solr.major_version'): 7
```
This will cause the docker image chosen to be `solr:<major_version>-slim` - i.e. the latest minor version available.
If you need a specific minor version you can overwrite the docker image attribute directly:
```yaml
attribute('services.solr.image'): solr:8.4-slim
```

This will automatically create a `collection1` solr core for use in the project. If you need a custom name for the
core, you can set:
Expand Down

0 comments on commit fd77aac

Please sign in to comment.