Skip to content

Commit 761eaf9

Browse files
committed
solr8 WIP use relative paths rather than /Users/benjamin/github/cul/dcv
1 parent bc5ce72 commit 761eaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/templates/docker-compose.test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ services:
1515
ports:
1616
- 9983:8983
1717
volumes:
18-
- $PWD/docker/solr/solr_cores/dcv-solr-6-3/conf:/opt/solr/conf
19-
- $PWD/log/solr:/var/solr/logs
18+
- ./solr/solr_cores/dcv-solr-6-3/conf:/opt/solr/conf
19+
- ../log/solr:/var/solr/logs
2020
- solr-data:/var/solr/data
2121
entrypoint:
2222
- docker-entrypoint.sh

0 commit comments

Comments
 (0)