Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Mar 3, 2023
1 parent 68cb8fa commit f23b0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
image: vivoweb/vivo-solr:latest
hostname: solr
environment:
- RESET_CORE=${RESET_CORE}
- VERBOSE=${VERBOSE}
- RESET_CORE=true
ports:
- 8983:8983
volumes:
Expand All @@ -25,8 +25,8 @@ services:
context: ./
dockerfile: Dockerfile
environment:
- RESET_HOME=${RESET_HOME}
- VERBOSE=${VERBOSE}
- RESET_HOME=true
- SOLR_URL=http://solr:8983/solr/vivocore
- LANGUAGE_FILTER_ENABLED=true
- SELECTABLE_LOCALES=en_US,de_DE,sr_Latn_RS,ru_RU,fr_CA,en_CA,es,pt_BR
Expand Down

0 comments on commit f23b0a2

Please sign in to comment.