mirror of https://github.com/nucypher/nucypher.git
Update deploy/ansible/worker/include/run_external_geth.yml
Co-authored-by: David Núñez <david@nucypher.com>pull/2624/head
parent
1c31632449
commit
cac8121b8e
|
@ -10,7 +10,7 @@
|
|||
name: geth
|
||||
state: started
|
||||
restart: yes
|
||||
image: ethereum/client-go:latest
|
||||
image: ethereum/client-go:stable
|
||||
restart_policy: "unless-stopped"
|
||||
command: "{{geth_options}} --http --http.addr 0.0.0.0 --http.api eth,web3,net --nousb --syncmode fast --rpcvhosts=* --cache 2000"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue