We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd8dc8 commit 4d87a51Copy full SHA for 4d87a51
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
- 30303:30303 # P2P TCP (currently unused)
10
- 30303:30303/udp # P2P UDP (currently unused)
11
- 7301:6060 # metrics
12
- command: [ "sh", "./geth-entrypoint" ]
+ command: [ "bash", "./geth-entrypoint" ]
13
env_file:
14
# select your network here:
15
# - .env.goerli
@@ -25,7 +25,7 @@ services:
25
- 9222:9222/udp # P2P UDP
26
- 7300:7300 # metrics
27
- 6060:6060 # pprof
28
- command: [ "sh", "./op-node-entrypoint" ]
+ command: [ "bash", "./op-node-entrypoint" ]
29
30
31
0 commit comments