We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79c867 commit 8341b4fCopy full SHA for 8341b4f
1 file changed
ethrex.yml
@@ -52,6 +52,8 @@ services:
52
- ${EL_P2P_PORT:-30303}
53
- ${EL_MAX_PEER_COUNT:+--p2p.target-peers}
54
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
55
+ - ${MAX_BLOBS:+--builder.max-blobs}
56
+ - ${MAX_BLOBS:+${MAX_BLOBS}}
57
- --http.addr
58
- 0.0.0.0
59
- --http.port
0 commit comments