Skip to content

Commit 3463de1

Browse files
committed
Re-enable hmda-platform volume
1 parent a725d3a commit 3463de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ services:
77
- '8080:8080'
88
- '8081:8081'
99
- '8082:8082'
10-
# volumes:
11-
# - ./target/scala-2.12/hmda.jar:/opt/hmda.jar
10+
volumes:
11+
- ./target/scala-2.12/hmda.jar:/opt/hmda.jar
1212
depends_on:
1313
- cassandra
1414
- zookeeper

0 commit comments

Comments
 (0)