port 3000 unavailable from docker #4218
-
Hello I'm interested in using directly Z-Wave JS UI without home assistant to simply pilot zwave switches programmatically. I tried the docker command line available on the site, including the port mappings -p 8091:8091 -p 3000:3000 :
the mapping is there :
but no listening socket on port 3000, only on port 8091 :
and I cannot join port 3000 on localhost :
I noticed that in the Dockerfile available from the site, there is an EXPOSE 8091, but no EXPOSE 3000. Is there something I did not understand ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@aduclert Do you have zwave js server enable in your settings? |
Beta Was this translation helpful? Give feedback.
@aduclert
EXPOSE
is not mandatory, even if missing you should still be able to access that port once you map it to a local port.Do you have zwave js server enable in your settings?