Skip to content

Commit

Permalink
Make solr name lookup refer exclusively to the solr container in this…
Browse files Browse the repository at this point in the history
… project (#1897)
  • Loading branch information
rfay committed Oct 25, 2019
1 parent 1bdcde3 commit f222969
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Expand Up @@ -16,4 +16,7 @@ services:
com.ddev.site-name: ${DDEV_SITENAME}
volumes:
- ".:/mnt/ddev_config"
web:
links:
- beanstalk:beanstalk

Expand Up @@ -31,3 +31,6 @@ services:

volumes:
- ".:/mnt/ddev_config"
web:
links:
- memcached:memcached
2 changes: 1 addition & 1 deletion pkg/servicetest/testdata/services/docker-compose.solr.yaml
Expand Up @@ -65,7 +65,7 @@ services:
# access the Solr service at sitename.ddev.site:8983.
web:
links:
- solr:$DDEV_HOSTNAME
- solr:solr
volumes:
# This creates a Docker volume that sticks around even if you remove or
# rebuild the container
Expand Down

0 comments on commit f222969

Please sign in to comment.