We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd2f3d commit 2da4522Copy full SHA for 2da4522
1 file changed
erigon.yml
@@ -101,6 +101,8 @@ services:
101
- /var/lib/erigon/ee-secret/jwtsecret
102
- ${EL_MAX_PEER_COUNT:+--maxpeers}
103
- ${EL_MAX_PEER_COUNT:+${EL_MAX_PEER_COUNT}}
104
+ - ${MAX_BLOBS:+--builder.maxblobs}
105
+ - ${MAX_BLOBS:+${MAX_BLOBS}}
106
labels:
107
- metrics.scrape=true
108
- metrics.path=/debug/metrics/prometheus
0 commit comments