Skip to content

Commit

Permalink
[fix] fix docker compsoe
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlinjiang committed Dec 5, 2024
1 parent 872f301 commit 2afee00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-operator-mev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
- /bin/sh
- -c
- |
dvf validator_client --builder-proposals --metrics --network=${OPERATOR_NETWORK} --beacon-nodes=${BEACON_NODE_ENDPOINT} --api=${API_SERVER} --rpc-url=${WS_URL} --ip=${NODE_IP} --id=${OPERATOR_ID} --registry-contract=${REGISTRY_CONTRACT_ADDRESS} --network-contract=${NETWORK_CONTRACT_ADDRESS} --config-contract=${CONFIG_CONTRACT_ADDRESS} --cluster-contract=${CONFIG_CLUSTER_ADDRESS} --base-port=26000 2>&1
dvf validator_client --builder-proposals --metrics --network=${OPERATOR_NETWORK} --beacon-nodes=${BEACON_NODE_ENDPOINT} --api=${API_SERVER} --rpc-url=${RPC_URL} --ip=${NODE_IP} --id=${OPERATOR_ID} --registry-contract=${REGISTRY_CONTRACT_ADDRESS} --network-contract=${NETWORK_CONTRACT_ADDRESS} --config-contract=${CONFIG_CONTRACT_ADDRESS} --cluster-contract=${CLUSTER_CONTRACT_ADDRESS} --base-port=26000 2>&1
expose:
- "26000"
- "26004"
Expand Down

0 comments on commit 2afee00

Please sign in to comment.