Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Odania-IT/rockmongo-docker

Repository files navigation

rockmongo_docker

Simple rockmongo for docker. I use it for development purposes together with fig. No authentication is required.

Example fig.yml:

mongodb:
  image: mongo:latest
  ports:
    - "127.0.0.1:27017:27017"
    - "127.0.0.1:27018:27018"
rockmongo:
  image: odaniait/rockmongo-docker:latest
  ports:
    - "127.0.0.1:8081:80"
  links:
    - mongodb

Afterwords you can access rockmongo with your browser via http://127.0.0.1:8081

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published