docker: drop deprecated --nousb flag
``` Option nousb is deprecated and USB is deactivated by default. Use --usb to enable ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5504373808
commit
ef8b393d1c
|
@ -81,7 +81,6 @@ services:
|
|||
{% if (geth_bootnodes|length) > 0 %}
|
||||
--bootnodes="{{ geth_bootnodes | sort | join(',') }}"
|
||||
{% endif %}
|
||||
--nousb
|
||||
--verbosity={{ geth_log_level_id }}
|
||||
--maxpeers={{ geth_max_peers }}
|
||||
--maxpendpeers="{{ geth_max_pend_peers }}"
|
||||
|
|
Loading…
Reference in New Issue