fix another var

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 12:38:42 +02:00
parent ab844d6da9
commit 6afc98748b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
--rpc
--rpcaddr=0.0.0.0
--rpcport={{ geth_rpc_port }}
--rpcvhosts={{ faucet_geth_alias }},localhost
--rpcvhosts={{ geth_alias }},localhost
--rpcapi={{ geth_rcp_api }}
volumes:
- '{{ geth_cont_vol }}/keys:/keys:rw'