Skip to content

Commit

Permalink
updated the image used in the docker file to create the Solr 6 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
liseli committed Jan 25, 2024
1 parent f7de1f7 commit 758eb37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ of the cores.
### How to start up the Solr 6 server in a standalone mode

* Launch Solr server
* `cd solr6_standalone`
* `docker-compose -f docker-compose_solr6_standalone.yml up`

* Stop Solr server
Expand Down
2 changes: 1 addition & 1 deletion docker-compose_solr6_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'

services:
solr-lss-dev:
image: solr:6
image: solr:6.6.6-alpine
ports:
- "8983:8983"
volumes:
Expand Down

0 comments on commit 758eb37

Please sign in to comment.