kernel
kernel
CCoder.com
Created by kernel on 6/11/2023 in #help
Web UI is not accessible with Docker installation
Is it possible to enable verbose debug mode somehow?
11 replies
CCoder.com
Created by kernel on 6/11/2023 in #help
Web UI is not accessible with Docker installation
In this case it should be -p 80:3000 Have it running with:
docker container port 59a6141c3164
3000/tcp -> 0.0.0.0:80
3000/tcp -> :::80
docker container port 59a6141c3164
3000/tcp -> 0.0.0.0:80
3000/tcp -> :::80
Now trying to do http request:
curl http://127.0.0.1
curl: (56) Recv failure: Connection reset by peer
curl http://127.0.0.1
curl: (56) Recv failure: Connection reset by peer
11 replies