Hi! I'm busy testing out the platform and I can't seem to access the web portion even though I've mapped to port 8080 as per the docs:
This is the boxfile:
run.config:
engine: nodejs
data.db:
image: nanobox/postgresql:9.5
web.main:
start: node index.js
ports:
- tcp:8080:3000