Skip to content

Commit 346dc2b

Browse files
committed
[DOCKER] prevent the node id of controller node
1 parent 565112d commit 346dc2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/start_controller.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ docker run -d --init \
259259
if [ "$(echo $?)" -eq 0 ]; then
260260
echo "================================================="
261261
[[ -n "$META_FOLDER" ]] && echo "mount $META_FOLDER to container: $CONTAINER_NAME"
262+
echo "node.id=$NODE_ID"
262263
echo "controller address: ${ADDRESS}:$CONTROLLER_PORT"
263264
echo "jmx address: ${ADDRESS}:$CONTROLLER_JMX_PORT"
264265
echo "exporter address: ${ADDRESS}:$EXPORTER_PORT"

0 commit comments

Comments
 (0)