From 1bb2c160dff4eeedfd32b67955ee0da568e3f3a9 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 18 Apr 2016 16:46:11 -0700 Subject: [PATCH] Run update.sh --- mongo-express/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongo-express/README.md b/mongo-express/README.md index 3f5ddfc6d..7741b95c7 100644 --- a/mongo-express/README.md +++ b/mongo-express/README.md @@ -69,7 +69,7 @@ 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.