Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mongodb fails to start: unrecognised option '--break-mongo' #11

Closed
funkenstrahlen opened this issue Feb 29, 2016 · 5 comments
Closed

mongodb fails to start: unrecognised option '--break-mongo' #11

funkenstrahlen opened this issue Feb 29, 2016 · 5 comments
Labels

Comments

@funkenstrahlen
Copy link

I used the docker compose to build. MongoDB fails to start:

Attaching to root_mongo-data_1, root_mongo_1, root_parse-cloud-code_1, root_parse-server_1
mongo-data_1       | Error parsing command line: unrecognised option '--break-mongo'
mongo-data_1       | try 'mongod --help' for more information
root_mongo-data_1 exited with code 2
@funkenstrahlen
Copy link
Author

I assume this is wanted? docker/compose#942

@yongjhih
Copy link
Owner

Yes.

It's normal, mongo-data is a volume cotainer, so i make it break.

ref. http://www.diogogmt.com/running-mongodb-with-docker-and-compose/

@funkenstrahlen
Copy link
Author

funkenstrahlen commented Feb 29, 2016 via email

@micheljung
Copy link

So this is intended? Because it also seems to crash "cloud-code":

mongo-data_1        | Error parsing command line: unrecognised option '--break-mongo'
mongo-data_1        | try 'mongod --help' for more information
parse-cloud-code_1  | hello.js
parse-cloud-code_1  | main.js
parse-cloud-code_1  | twitch.js
fortuna_mongo-data_1 exited with code 2
fortuna_parse-cloud-code_1 exited with code 0

@yongjhih
Copy link
Owner

Yes, mongo-data and parse-cloud-code are as volume container, so they would be exited that's intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants