Skip to content

Commit

Permalink
Merge pull request #3 from bird-house/fix-backport-error-in-previous-pr
Browse files Browse the repository at this point in the history
solr: fix accidental removal of persistence volume mount when backport from previous PAVICS repo
  • Loading branch information
tlvu committed Jan 22, 2020
2 parents bdbc805 + 1359ef8 commit 8d30e7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions birdhouse/docker-compose.yml
Expand Up @@ -205,6 +205,8 @@ services:
ports:
- "8983:8983"
- "48983:9001"
volumes:
- /data/solr:/data
volumes_from:
- mongodb
restart: always
Expand Down

0 comments on commit 8d30e7d

Please sign in to comment.