mirror of https://github.com/nucypher/nucypher.git
force pull latest tagged image on external geth deployment
parent
b8ac12cb23
commit
59c4df13b4
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
force pull latest tagged image on external geth deployment
|
Loading…
Reference in New Issue