From 6a262ee59b25392a39311b0383ca42c91ee8923b Mon Sep 17 00:00:00 2001 From: Nick Cox Date: Mon, 18 Apr 2016 17:31:29 -0600 Subject: [PATCH] Remove reference to knickers/mongo-express --- mongo-express/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo-express/content.md b/mongo-express/content.md index cec690dab..97da9bec7 100644 --- a/mongo-express/content.md +++ b/mongo-express/content.md @@ -59,6 +59,6 @@ The following are only needed if `ME_CONFIG_MONGODB_ENABLE_ADMIN` is **"false"** -e ME_CONFIG_OPTIONS_EDITORTHEME="ambiance" \ -e ME_CONFIG_BASICAUTH_USERNAME="user" \ -e ME_CONFIG_BASICAUTH_PASSWORD="fairly long password" \ - knickers/mongo-express + mongo-express This example links to a container name typical of `docker-compose`, changes the editor's color theme, and enables basic authentication.