I an trying to install nodered over docker in Raspi 400. I have to use the command "docker run..." with all options as recommended in GitHub. Including "-p 1880:1880".
But when I run this command and try to see the nodered using "docker ps", I receive all correct data except Ports where I can see nothing.
When I try to connect to nodered via browser using "http://IP_number:1880" an error occurs telling me that the Raspi is not responding.
The Raspi IP is correct and working properly. Any suggestions to fix this problem?. Thanks a lot in advance.
It is going to be an error in your Docker config, I'm pretty certain of that.
I don't use Docker just to run node-red so I can't help with that but we regularly see docker issues in this forum.
I'm afraid that you are going to have to go back through your docker config carefully. Where I do use Docker, I always use docker-compose to configure things, maybe that will help?