Skip to content

Commit 915a12c

Browse files
authored
try mounting ${RUNNER_TEMP} for solr init
1 parent 3d8d9af commit 915a12c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose-develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ services:
5858
- sh
5959
- -c
6060
- 'fix-fs-perms.sh solr && cp -a /template/* /solr-template'
61+
volumes:
62+
- ${RUNNER_TEMP}/solr/data:/var/solr
63+
- ${RUNNER_TEMP}/solr/conf:/solr-template
6164

6265
test_solr:
6366
container_name: 'test_solr'

0 commit comments

Comments
 (0)