Skip to content

Commit

Permalink
Use stable geth
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Jan 10, 2024
1 parent 123e636 commit 4f60ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 4337/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
geth:
image: docker.io/ethereum/client-go:latest
image: docker.io/ethereum/client-go:stable
restart: always
environment:
GETH_DEV: 'true'
Expand All @@ -11,6 +11,7 @@ services:
GETH_HTTP_API: 'personal,eth,net,web3,debug'
GETH_HTTP_VHOSTS: '*'
GETH_RPC_ALLOW_UNPROTECTED_TXS: 'true'
GETH_RPC_EVMTIMEOUT: '0'
ports:
- 8545:8545

Expand Down

0 comments on commit 4f60ce8

Please sign in to comment.