Skip to content

Commit f7c321b

Browse files
stasadevrfay
andauthored
Apply suggestions from code review
Co-authored-by: Randy Fay <[email protected]>
1 parent a18ffbe commit f7c321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This repository allows you to quickly install Apache Solr for Drupal 9+ into a [
3333
### Ddev / Solr configuration
3434

3535
1. Install this add-on: `ddev add-on get ddev/ddev-drupal-solr`
36-
2. Set the version of Solr verison 7: Edit the `.ddev/docker-compose.solr.yaml` file. Replace `image: solr:8` with `image: solr:7` on line 34.
36+
2. Set the version of Solr version 7: Edit the `.ddev/docker-compose.solr.yaml` file. Replace `image: solr:8` with `image: solr:7` on line 34.
3737
3. Add the schema needed for version 7: Defaults can be found in the Search API Solr in the `search_api_solr/solr-conf/7.x` directory . Copy these files into `.ddev/solr/conf`.
3838
4. Restart Ddev: `ddev restart`.
3939
5. Confirm Solr is working by visiting `http://<projectname>.ddev.site:8983/solr/`.

0 commit comments

Comments
 (0)