File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11## The Issue
22
3- - #< issue number >
3+ - Fixes #REPLACE_ME_WITH_RELATED_ISSUE_NUMBER
44
55<!-- Provide a brief description of the issue. -->
66
77## How This PR Solves The Issue
88
9+ <!-- Describe the key change(s) in this PR that address the issue above. -->
10+
911## Manual Testing Instructions
1012
13+ <!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
14+
1115``` bash
12- ddev add-on get https://github.com/< user > / < repo > /tarball/< branch >
16+ ddev add-on get https://github.com/ddev/ddev-drupal-solr /tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1317ddev restart
1418```
1519
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ services:
3131 # and code at https://github.com/docker-solr/docker-solr
3232 # README: https://github.com/docker-solr/docker-solr/blob/master/README.md
3333 # It's almost impossible to work with it if you don't read the docs there
34+ image : ${SOLR_BASE_IMAGE:-solr:8}-${DDEV_SITENAME}-built
3435 build :
3536 dockerfile_inline : |
3637 ARG SOLR_BASE_IMAGE="scratch"
You can’t perform that action at this time.
0 commit comments