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",
|
||||
"author": "MongoDB",
|
||||
"port": 8087,
|
||||
"categories": ["development", "data"],
|
||||
"categories": [
|
||||
"development",
|
||||
"data"
|
||||
],
|
||||
"description": "A web-based MongoDB admin interface written with Node.js, Express, and Bootstrap3",
|
||||
"tipi_version": 1,
|
||||
"version": "1.0.0",
|
||||
"tipi_version": 2,
|
||||
"version": "1.0.2",
|
||||
"source": "https://github.com/mongo-express/mongo-express",
|
||||
"website": "https://www.mongodb.com/",
|
||||
"form_fields": [
|
||||
|
@ -54,5 +57,8 @@
|
|||
"env_variable": "ME_CONFIG_BASICAUTH_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.8"
|
|||
services:
|
||||
mongo-express:
|
||||
container_name: mongo-express
|
||||
image: mongo-express:1.0.0
|
||||
image: mongo-express:1.0.2
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:8081
|
||||
|
|
Loading…
Reference in New Issue
Block a user