Remove reference to knickers/mongo-express

This commit is contained in:
Nick Cox 2016-04-18 17:31:29 -06:00
parent d8ed8b4b81
commit 6a262ee59b
1 changed files with 1 additions and 1 deletions

View File

@ -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_OPTIONS_EDITORTHEME="ambiance" \
-e ME_CONFIG_BASICAUTH_USERNAME="user" \ -e ME_CONFIG_BASICAUTH_USERNAME="user" \
-e ME_CONFIG_BASICAUTH_PASSWORD="fairly long password" \ -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. This example links to a container name typical of `docker-compose`, changes the editor's color theme, and enables basic authentication.