Skip to content

Commit 30807ca

Browse files
pinebitOisinKyne
authored andcommitted
Applied suggestions
1 parent 0301288 commit 30807ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ services:
104104
- CHARON_LOKI_SERVICE=charon
105105
- CHARON_NICKNAME=${CHARON_NICKNAME:-}
106106
- CHARON_EXECUTION_CLIENT_RPC_ENDPOINT=${CHARON_EXECUTION_CLIENT_RPC_ENDPOINT:-http://nethermind:8545}
107-
- CHARON_OTLP_ADDRESS=${CHARON_OTLP_ADDRESS}
107+
- CHARON_OTLP_ADDRESS=${CHARON_OTLP_ADDRESS:-}
108108
- CHARON_OTLP_SERVICE_NAME=${CHARON_OTLP_SERVICE_NAME:-charon}
109-
- CHARON_OTLP_HEADERS=${CHARON_OTLP_HEADERS}
109+
- CHARON_OTLP_HEADERS=${CHARON_OTLP_HEADERS:-}
110110
ports:
111111
- ${CHARON_PORT_P2P_TCP:-3610}:${CHARON_PORT_P2P_TCP:-3610}/tcp # P2P TCP libp2p
112112
networks: [dvnode]

0 commit comments

Comments
 (0)