From a4c7af97cfb54b6b5f49d43778871256ab8dbfa7 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 6 Apr 2016 10:41:09 -0700 Subject: [PATCH] Add mongo-express to update script --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index bb01f8b2d..cae0a5ce6 100755 --- a/update.sh +++ b/update.sh @@ -50,6 +50,7 @@ declare -A otherRepos=( [lightstreamer]='https://github.com/Lightstreamer/Docker' [mageia]='https://github.com/juanluisbaptiste/docker-brew-mageia' [maven]='https://github.com/carlossg/docker-maven' + [mongo-express]='https://github.com/mongo-express/mongo-express-docker' [mono]='https://github.com/mono/docker' [neo4j]='https://github.com/neo4j/docker-neo4j' [neurodebian]='https://github.com/neurodebian/dockerfiles'