[SOLVED] Meteord Docker - Meteor is running but can't seem to get to it on localhost

Hi, I am using https://github.com/abernix/meteord when I start image locallly based of a Docker file with FROM abernix/meteord:node-8.9.3-devbuild

App is Meteor version Meteor 1.6.0.1

docker run -d     -e ROOT_URL=http://localhost:3000 -e METEOR_SETTINGS='<stringified settings>'  -p 3000    <imag>:latest

It starts… if I check the docker logs I see Starting meteor app on port:3000 but if I hit http://localhost:3000 in the browser I see ERR_CONNECTION_REFUSED the site can't be reached

Any help appreciated

SOLVED – i needed to use -p 3000:80