-
Notifications
You must be signed in to change notification settings - Fork 36
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
Unable to do root login with config change for persistence #245
Comments
docker-compose.ymlversion: '2' mongod:
|
Here's the docker compose which appears to provide persistence. volumes: services: mongod: |
Looks good, @bobbeck55 . Mongo data will be stored under data folder on your local machine. And again, for a multi-user production level application you'll need a real mongo replica set for consistency and sustainability. |
Changed docker-compose.yml - added your suggestions.
Ran with 2 quack.properties - identifed as test1 and test2 in file in a soon to come comment.
Pointed browser to ip address. Unable to login as root. Could not save picture of error since it appeared and disappeared so quickly.
Both config files and logs will be added to this issue soon.
The text was updated successfully, but these errors were encountered: