We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0301288 commit 30807caCopy full SHA for 30807ca
docker-compose.yml
@@ -104,9 +104,9 @@ services:
104
- CHARON_LOKI_SERVICE=charon
105
- CHARON_NICKNAME=${CHARON_NICKNAME:-}
106
- CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_ENDPOINT:-http://nethermind:8545}
107
- - CHARON_OTLP_ADDRESS=${CHARON_OTLP_ADDRESS}
+ - CHARON_OTLP_ADDRESS=${CHARON_OTLP_ADDRESS:-}
108
- CHARON_OTLP_SERVICE_NAME=${CHARON_OTLP_SERVICE_NAME:-charon}
109
- - CHARON_OTLP_HEADERS=${CHARON_OTLP_HEADERS}
+ - CHARON_OTLP_HEADERS=${CHARON_OTLP_HEADERS:-}
110
ports:
111
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
112
networks: [dvnode]
0 commit comments