add localhost to available geth aliases

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-03-20 09:03:25 +01:00
parent 0b50c05885
commit 45ee58d675
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ faucet_geth_name: 'faucet-geth'
faucet_geth_vol: '/docker/{{ faucet_geth_name }}'
faucet_geth_main_port: 30303
faucet_geth_rpc_port: 8545
faucet_geth_alias: 'geth'
faucet_geth_alias: 'geth,localhost'
# generic container settings
cont_state: started