delta-mpc/delta-all-in-one

Can't access to curl http://localhost:8090

smudag opened this issue · 2 comments

image

image

Fail to curl http://localhost:8090
image
docker containers have all started
image

A workaround:
use ssh local port forwarding
ssh -fNt -L 8090:{your-server-ip}:8090 {your-server-ssh-name}

or just edit your host file to make localhost resolved to your server ip.

This is the same as deltaboard#51