Skip to content

Commit

Permalink
Setting bind host in Node Docker
Browse files Browse the repository at this point in the history
Fixes #1487

[skip ci]
  • Loading branch information
diemol committed Jan 30, 2022
1 parent 65ea5d2 commit ff7705d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NodeDocker/start-selenium-grid-node-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fi
java ${JAVA_OPTS} -jar /opt/selenium/selenium-server.jar node \
--publish-events tcp://"${SE_EVENT_BUS_HOST}":${SE_EVENT_BUS_PUBLISH_PORT} \
--subscribe-events tcp://"${SE_EVENT_BUS_HOST}":${SE_EVENT_BUS_SUBSCRIBE_PORT} \
--bind-host ${SE_BIND_HOST} \
--detect-drivers false \
--config /opt/bin/config.toml \
${SE_GRID_URL} ${SE_OPTS}

0 comments on commit ff7705d

Please sign in to comment.