chore(deps): update mongo-express docker tag to v1.0.2 (#1984)
This commit is contained in:
parent
512fc594d4
commit
31c74a38b3
|
@ -6,10 +6,13 @@
|
||||||
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
|
"short_desc": "Web-based MongoDB admin interface, written with Node.js and Express",
|
||||||
"author": "MongoDB",
|
"author": "MongoDB",
|
||||||
"port": 8087,
|
"port": 8087,
|
||||||
"categories": ["development", "data"],
|
"categories": [
|
||||||
|
"development",
|
||||||
|
"data"
|
||||||
|
],
|
||||||
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
|
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"source": "https://github.com/mongo-express/mongo-express",
|
"source": "https://github.com/mongo-express/mongo-express",
|
||||||
"website": "https://www.mongodb.com/",
|
"website": "https://www.mongodb.com/",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
|
@ -54,5 +57,8 @@
|
||||||
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
|
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["arm64", "amd64"]
|
"supported_architectures": [
|
||||||
|
"arm64",
|
||||||
|
"amd64"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
||||||
services:
|
services:
|
||||||
mongo-express:
|
mongo-express:
|
||||||
container_name: mongo-express
|
container_name: mongo-express
|
||||||
image: mongo-express:1.0.0
|
image: mongo-express:1.0.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8081
|
- ${APP_PORT}:8081
|
||||||
|
|
Loading…
Reference in New Issue
Block a user