Skip to content

Commit

Permalink
Merge pull request #7755 from ckan/Docs---Update-Solr-Docker-tag-for-…
Browse files Browse the repository at this point in the history
…CKAN-2.9

Documentation for a CKAN 2.9 install uses an incorrect Solr Docker tag
  • Loading branch information
tino097 committed Aug 22, 2023
2 parents 6eeac01 + 4ac1c60 commit c4e2818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/maintaining/installing/solr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There are pre-configured Docker images for Solr for each CKAN version. Make sure

.. parsed-literal::
docker run --name ckan-solr -p 8983:8983 -d ckan/ckan-solr:2.9
docker run --name ckan-solr -p 8983:8983 -d ckan/ckan-solr:2.9-solr8
You can now jump to the `Next steps <#next-steps-with-solr>`_ section.

Expand Down

0 comments on commit c4e2818

Please sign in to comment.