Skip to content

Commit 72b65c2

Browse files
authored
Merge pull request #2259 from projectblacklight/blacklight-core
Create a solr core that matches the config defaults
2 parents ce04b60 + 09130e5 commit 72b65c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
ports:
1515
- "3000:3000"
1616
environment:
17-
SOLR_URL: "http://solr:8983/solr/blacklight"
17+
SOLR_URL: "http://solr:8983/solr/blacklight-core"
1818
DEVELOPMENT_ENVIRONMENT: "docker"
1919
entrypoint:
2020
- /app/bin/start.sh
@@ -28,7 +28,7 @@ services:
2828
entrypoint:
2929
- docker-entrypoint.sh
3030
- solr-precreate
31-
- blacklight
31+
- blacklight-core
3232
- /opt/solr/conf
3333
- "-Xms256m"
3434
- "-Xmx512m"

0 commit comments

Comments
 (0)