Skip to content

Commit

Permalink
Updates geth to v1.13.11, updates the genesis.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesduncombe committed Feb 14, 2024
1 parent ba3c1e3 commit 608e03c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 785 deletions.
11 changes: 9 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version: "3.7"
version: "3.8"

services:
geth:
image: ethereum/client-go:v1.10.19
image: ethereum/client-go:v1.13.11
entrypoint: "/bin/sh -c"
command: [ "apk add -U bash && ./scripts/geth-local-poa-chain.sh" ]
working_dir: /data
networks:
- eth_network
env_file:
- './.env.docker'
volumes:
Expand All @@ -14,3 +16,8 @@ services:
target: /data
ports:
- "8546:8546"

networks:
eth_network:
name: eth_network
attachable: true
Loading

0 comments on commit 608e03c

Please sign in to comment.