CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

MONGO_URL doesn't get exported to meteor in case it not defined with -e option #1

Closed dipspb closed 9 years ago

dipspb commented 9 years ago

Without being exported explicitly it doesn't work with containers linking. Guess the same issue with PORT env variable.

Ulexus commented 9 years ago

I hadn't considered using it outside of the script. Thanks