Skip to content

Commit

Permalink
Comma-separated with nimbus.yml (#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Nov 18, 2024
1 parent f913132 commit a74eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimbus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ services:
- DEFAULT_GRAFFITI=${DEFAULT_GRAFFITI:-false}
- WEB3SIGNER=${WEB3SIGNER:-false}
- ENABLE_DIST_ATTESTATION_AGGR=${ENABLE_DIST_ATTESTATION_AGGR:-false}
- CL_NODE=${CL_NODE}
networks:
default:
aliases:
Expand All @@ -113,7 +114,6 @@ services:
- /usr/local/bin/nimbus_validator_client
- --data-dir=/var/lib/nimbus
- --non-interactive
- --beacon-node=${CL_NODE}
- --metrics
- --metrics-port=8009
- --metrics-address=0.0.0.0
Expand Down

0 comments on commit a74eab8

Please sign in to comment.