How to get the app port when launching an app in Deis? -


i'm using dockerfile deploy app. have expose directive port 4432.

when deploy using git push deis master or deis pull my-docker-image days returns success message showing domain name app (deis logs shows service running fine). however, when use domain name , navigate valid path browser seems hang.

i read here deis uses -p behind scenes, question is how port on app running?

it turns out deis automagically maps port 80, wasn't working me unrelated reasons (bug somewhere else)


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -