Skip to content
Discussion options

You must be logged in to vote

Okay, I am not sure how helpful this is to others, but I think I know what was happening in my particular case.

The 8091 port was being held up by something, still, and so the new container couldn't really publish it.

Spent a while trying to figure out network_mode: host and trying to configure the ip address on the network the container was using, etc etc... then I bailed on docker compose and instead used plain docker run, to the same results - until I changed the port I was publishing to on the host.

sudo docker run -d -p 0.0.0.0:8092:8091 -p 0.0.0.0:3000:3000 --name=zwavejsui --rm -it --device=/dev/ttyACM0:/dev/zwave -v $(pwd)/store:/usr/src/app/store zwavejs/zwave-js-ui:latest works …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@robertsLando
Comment options

Comment options

You must be logged in to vote
1 reply
@robertsLando
Comment options

Answer selected by m-e-stew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants