Skip to content

Commit

Permalink
solr: fix accidental removal of persistence volume mount when backpor…
Browse files Browse the repository at this point in the history
…t from previous PAVICS repo

Bad backport f8391a2 removed the
persistence volume mount.
  • Loading branch information
tlvu committed Jan 22, 2020
1 parent bdbc805 commit 1359ef8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions birdhouse/docker-compose.yml
Original file line number Diff line number Diff line change
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 1359ef8

Please sign in to comment.