meteorhacks / meteord

MeteorD - Docker Runtime for Meteor Apps for Production Deployments
https://registry.hub.docker.com/u/meteorhacks/meteord/
MIT License
439 stars 371 forks source link

Port 80 is occupied by a nginx to do, I hope I can point to any one domain name #62

Closed guoyoujin closed 8 years ago

guoyoujin commented 8 years ago

Port 80 is occupied by a nginx to do, I hope I can point to any one domain name

jshimko commented 8 years ago

?

Not clear what the issue is here. Port allocation is the responsibility of the user. I don't think this is an issue with this repo. The Dockerfile exposes port 80, but it doesn't force you to open that port on the docker host. You could easily choose another port (eg. -p 8080:80). Or just link an NGINX proxy container without opening the app container to the host (see jwilder/nginx-proxy).

arunoda commented 8 years ago

Yep. Post allocation is upto you.