diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-04 21:43:29 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-12-04 21:43:29 -0500 |
| commit | e265342756022df030c5ec306262afc418756a4d (patch) | |
| tree | 1599c7044367a2c1bb46f03e3b4da0c82f6062c5 /public/v2/apps/mongo-express.json | |
| parent | 64be0353b2e07b6ecad38ab8fd953ecfe6d1ead8 (diff) | |
| download | caprover-one-click-apps-e265342756022df030c5ec306262afc418756a4d.tar.gz caprover-one-click-apps-e265342756022df030c5ec306262afc418756a4d.zip | |
added optional name values
Diffstat (limited to 'public/v2/apps/mongo-express.json')
| -rw-r--r-- | public/v2/apps/mongo-express.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/v2/apps/mongo-express.json b/public/v2/apps/mongo-express.json index 7548e30..2936946 100644 --- a/public/v2/apps/mongo-express.json +++ b/public/v2/apps/mongo-express.json @@ -1,6 +1,7 @@ { "captainVersion": "2", "documentation": "Taken from https://hub.docker.com/_/mongo-express/ except it is manually adjusted for port 80", + "displayName": "", "description": "Web-based MongoDB admin interface, written with Node.js and express", "dockerCompose": { "version": "3.3", |
