Skip to content

Commit a206fbd

Browse files
committed
fix: update default client from geth to reth in docker-compose.yml
1 parent 9480ec1 commit a206fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
execution:
33
build:
44
context: .
5-
dockerfile: ${CLIENT:-geth}/Dockerfile
5+
dockerfile: ${CLIENT:-reth}/Dockerfile
66
restart: unless-stopped
77
ports:
88
- "8545:8545" # RPC
@@ -20,7 +20,7 @@ services:
2020
node:
2121
build:
2222
context: .
23-
dockerfile: ${CLIENT:-geth}/Dockerfile
23+
dockerfile: ${CLIENT:-reth}/Dockerfile
2424
restart: unless-stopped
2525
depends_on:
2626
- execution

0 commit comments

Comments
 (0)