force pull latest tagged image on external geth deployment

pull/2766/head
damon 2021-07-29 08:58:09 -07:00
parent b8ac12cb23
commit 59c4df13b4
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
name: geth
state: started
restart: yes
pull: true
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"

View File

@ -0,0 +1 @@
force pull latest tagged image on external geth deployment