originallyus / node-red-contrib-alexa-local

An easy-to-use NodeRED node for adding Alexa capability to NodeRED. NO Alexa Skills required.
107 stars 25 forks source link

Manual port configuration #18

Closed twistedsanity closed 6 years ago

twistedsanity commented 6 years ago

Please forgive me if I have this wrong.

I run node red on docker. I would prefer to leave it connected via the bridge network, therefore would like to be able to specify or override the ports chosen for each bridge. Is this possible?

torinnguyen commented 6 years ago

I am not familiar with docker. It is beyond the scope of this module. There's another issue discussing about this #7

The solution offered by one of the user was: "easiest fix for now - is to run docker container with node red attached to host network (docker run --network=host ....) but that may not suite all especially if you are using linking. another more complicated way is to use piperwork - https://github.com/jpetazzo/pipework"