Skip to content

Commit efe90fd

Browse files
authored
Merge branch 'master' into zcash-rpc-from-flags
2 parents 63f0150 + fd94d8b commit efe90fd

File tree

2 files changed

+174
-157
lines changed

2 files changed

+174
-157
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
command:
1111
- --grpc-bind-addr=0.0.0.0:$LWD_GRPC_PORT
1212
- --http-bind-addr=0.0.0.0:$LWD_HTTP_PORT
13-
- --conf-file=$ZCASHD_CONF_PATH
13+
- --zcash-conf-path=$ZCASHD_CONF_PATH
1414
- --log-file=/dev/stdout
1515
- --log-level=7
1616
ports:
@@ -96,4 +96,4 @@ services:
9696

9797
volumes:
9898
promethus_data:
99-
lightwalletd_cache:
99+
lightwalletd_cache:

0 commit comments

Comments
 (0)