Update deploy/ansible/worker/include/run_external_geth.yml

Co-authored-by: David Núñez <david@nucypher.com>
pull/2624/head
damon c 2021-04-06 08:14:38 -07:00 committed by GitHub
parent 1c31632449
commit cac8121b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: