Skip to content

Commit

Permalink
Adjust docker-compose.yml for Solr 9
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-ulrich-weber committed Jun 28, 2024
1 parent 9f1053e commit e950ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/Test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ services:
"
solr:
image: docker.io/solr:8
image: docker.io/solr:9
volumes:
- ${DLF_ROOT}/Configuration/ApacheSolr/configsets:/var/solr/data/configsets
- ./solr/contrib/ocrsearch:/opt/solr/contrib/ocrsearch
- ./solr/contrib/ocrsearch:/opt/solr/modules/ocrsearch

composer_install:
image: docker.io/typo3/core-testing-${DOCKER_PHP_IMAGE}:latest
Expand Down

0 comments on commit e950ec4

Please sign in to comment.