chore(deps): update mongo-express docker tag to v1.0.2 (#1984)

This commit is contained in:
renovate[bot] 2024-01-06 04:21:51 +00:00 committed by GitHub
parent 512fc594d4
commit 31c74a38b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 5 deletions

View File

@ -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"
]
}

View File

@ -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