Update compose for new LWD config params
This commit is contained in:
parent
31a19484e2
commit
6dd409abf3
|
@ -10,7 +10,7 @@ services:
|
|||
command:
|
||||
- --grpc-bind-addr=0.0.0.0:$LWD_GRPC_PORT
|
||||
- --http-bind-addr=0.0.0.0:$LWD_HTTP_PORT
|
||||
- --zcash-conf-path=$ZCASHD_CONF_PATH
|
||||
- --conf-file=$ZCASHD_CONF_PATH
|
||||
- --log-file=/dev/stdout
|
||||
- --log-level=7
|
||||
ports:
|
||||
|
@ -96,4 +96,4 @@ services:
|
|||
|
||||
volumes:
|
||||
promethus_data:
|
||||
lightwalletd_cache:
|
||||
lightwalletd_cache:
|
||||
|
|
Loading…
Reference in New Issue