Browse Source

Added mongodb viewer

Cameron Kline 8 years ago
parent
commit
88e3defd09
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docker-compose.yml

+ 4 - 0
docker-compose.yml

@@ -18,3 +18,7 @@ services:
     image: mongo
     ports:
     - "27017:27017"
+  mongoclient:
+    image: mongoclient/mongoclient
+    ports:
+    - "3000:3000"