Skip to content

Commit

Permalink
Update docker-compose.override.yml-cadd
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Feb 7, 2024
1 parent 73ec702 commit 685dfc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.override.yml-cadd
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ services:
volumes:
- type: bind
source: ${volumes_basedir:-./.dev/volumes}/cadd-rest-api/data/annotations
target: /opt/miniconda3/share/cadd-scripts-1.6-0/data/annotations
target: /opt/miniconda3/share/cadd-scripts-1.6-1/data/annotations
read_only: true
- type: bind
source: ${volumes_basedir:-./.dev/volumes}/cadd-rest-api/data/prescored
target: /opt/miniconda3/share/cadd-scripts-1.6-0/data/prescored
target: /opt/miniconda3/share/cadd-scripts-1.6-1/data/prescored
read_only: true
- type: bind
source: ${volumes_basedir:-./.dev/volumes}/cadd-rest-api/db
Expand Down

0 comments on commit 685dfc0

Please sign in to comment.