Skip to content

A (simple) RockMongo mongocontainer running PHP5-FPM and nginx

Notifications You must be signed in to change notification settings

yc7en/docker-mongorocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-mongorocker fork

Just the original docker with some features for customization.

set $MONGO["servers"][$i]["mongo_auth"] = true; in config.php. So login with user your admin user/pass.

Usually mongoDB is installed without admin as default. You should add admin user/pass first. You can try mongo command as follows:

use admin
db.createUser({user:"root",pwd:"root123",roles:["userAdminAnyDatabase"]}) 

Then you can use root/root123 to login.

About

A (simple) RockMongo mongocontainer running PHP5-FPM and nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%