We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9480ec1 commit e3274d2Copy full SHA for e3274d2
1 file changed
docker-compose.yml
@@ -2,7 +2,7 @@ services:
2
execution:
3
build:
4
context: .
5
- dockerfile: ${CLIENT:-geth}/Dockerfile
+ dockerfile: ${CLIENT:-reth}/Dockerfile
6
restart: unless-stopped
7
ports:
8
- "8545:8545" # RPC
@@ -20,7 +20,7 @@ services:
20
node:
21
22
23
24
25
depends_on:
26
- execution
0 commit comments