feat: 更新 phpmyadmin 镜像 (#21)

This commit is contained in:
zhengkunwang223 2023-04-10 18:41:02 +08:00 committed by GitHub
parent c31c7c1809
commit fdab50bc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 10 deletions

View File

@ -277,22 +277,18 @@
{ {
"key": "kodbox", "key": "kodbox",
"name": "Kodbox", "name": "Kodbox",
"tags": [ "tags": ["Tool"],
"FileServer" "versions": ["1.37.03"],
], "shortDescZh": "可道云推出的企业级私有云存储解决方案",
"versions": [
"1.37.03"
],
"shortDescZh": "KodBox是可道云推出的企业级私有云存储解决方案旨在为中小企业提供安全可控、可靠易用的一站式在线文件存储管理与协同办公平台。",
"shortDescEn": "Kodbox is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser.", "shortDescEn": "Kodbox is a file manager for web. It is also a web code editor, which allows you to develop websites directly within the web browser.",
"type": "FileServer", "type": "tool",
"limit": 0, "limit": 0,
"recommend": 1,
"crossVersionUpdate": true, "crossVersionUpdate": true,
"website": "https://kodcloud.com/", "website": "https://kodcloud.com/",
"github": "https://github.com/kalcaddle/kodbox", "github": "https://github.com/kalcaddle/kodbox",
"document": "https://docs.kodcloud.com/" "document": "https://docs.kodcloud.com/"
}, },
{
"key": "php5", "key": "php5",
"name": "PHP 5", "name": "PHP 5",
"tags": ["Runtime"], "tags": ["Runtime"],

View File

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
phpmyadmin: phpmyadmin:
image: phpmyadmin/phpmyadmin:5.2.1 image: phpmyadmin:5.2.1
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
ports: ports: