emqx / neuron

Open source industrial IoT connectivity server
https://neugates.io
GNU Lesser General Public License v3.0
997 stars 216 forks source link

Latest Docker container (2.7.0) - 404 when navigating to IP:7000 #1790

Open blownupp opened 8 months ago

blownupp commented 8 months ago

Issue Template

Please fill in the issue as required.

Used this command:

docker run -d --network=mynet --ip=10.15.41.29 --name neuron -p 7000:7000 --privileged=true --restart=always emqx/neuron:latest

and

docker run -d --network=mynet --ip=10.15.41.29 --name neuron -p 7000:7000 --privileged=true --restart=always emqx/neuron:2.7.0

dbwaax commented 8 months ago

我也遇到了这个问题

gc87 commented 7 months ago

Starting with Neuron 2.7 the dashboard is no longer available, the UI is integrated into NeuronEX and can be used directly with NeuronEX. @blownupp @dbwaax

kidproquo commented 2 months ago

Shouldn't the documentation reflect this drastic change? All the docs (quickstart, etc.) refer to pulling the latest docker image and accessing the dashboard at http://IP:7000.