Skip to content

Commit

Permalink
Clarify urls for accessing solr docker container (#792)
Browse files Browse the repository at this point in the history
* Clarify urls for accessing solr docker container 

<projectname> was not rendered
state how to access solr container from app container

* Fix typo
  • Loading branch information
tmotyl authored and rfay committed May 2, 2018
1 parent 38209b6 commit feb25d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/users/extend/additional-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ This recipe adds an Apache Solr 5.4 container to a project. It will setup a solr

**Interacting with Apache Solr**

- The Solr admin interface will be accessible at http://<projectname>.ddev.local:8983
- The host connection for apache solr will be <projectname>.ddev.local
- The Solr admin interface will be accessible at `http://<projectname>.ddev.local:8983/solr/`
- To access the Solr container from the web container use `http://solr:8983/solr/`
- The Solr core will be "dev"

0 comments on commit feb25d9

Please sign in to comment.