Sign inSign up

weshigbee/rockmongo

By weshigbee

Updated over 10 years ago

A RockMongo image that includes configurable environment variables

Image
5

7.5K

weshigbee/rockmongo repository overview

RockMongo

Usage Instructions
docker run -d -p 80:8080 -e "MONGO_SERVER=localhost" weshigbee/rockmongo  

By default there's no auth to RockMongo, see below to change this.

Configuration
NameDefaultDescription
MONGO_SERVERlocalhostMongoDB server hostname or IP address. This will show up in rockmongo drop down selector when you login.
MONGO_PORT27017
MONGO_DATABASEDefault database to connect to
MONGO_AUTHfalseIf your MongoDB server requires auth, set this to true.
MONGO_USERNAMEUsername if you set MONGO_AUTH=true
MONGO_PASSWORDPassword if you set MONGO_AUTH=true
ROCKMONGO_AUTHfalseIf you want to enable login to RockMongo set this to true.
ROCKMONGO_USERadminUsername if you set ROCKMONGO_AUTH=true
ROCKMONGO_PASSWORDadminPassword if you set ROCKMONGO_AUTH=true
NGINX_HOSTNAMErockmongo.docker.localA hostname you can bind to your docker host's IP to access rockmongo's nginx site by name.
Notes
  • RockMongo project site: http://rockmongo.com/.
  • This image is not an official part of the RockMongo project.
  • This image modifies the RockMongo config file when you run it, injecting the above environment variable configuration into the static config.php file for RockMongo to use.

Tag summary

Content type

Image

Digest

Size

100.8 MB

Last updated

over 10 years ago

docker pull weshigbee/rockmongo