├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── run.sh └── set_mongodb_password.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aashreys/docker-mongo-auth/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aashreys/docker-mongo-auth/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aashreys/docker-mongo-auth/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aashreys/docker-mongo-auth/HEAD/README.md -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aashreys/docker-mongo-auth/HEAD/run.sh -------------------------------------------------------------------------------- /set_mongodb_password.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aashreys/docker-mongo-auth/HEAD/set_mongodb_password.sh --------------------------------------------------------------------------------