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",
"name": "Kodbox",
"tags": [
"FileServer"
],
"versions": [
"1.37.03"
],
"shortDescZh": "KodBox是可道云推出的企业级私有云存储解决方案旨在为中小企业提供安全可控、可靠易用的一站式在线文件存储管理与协同办公平台。",
"tags": ["Tool"],
"versions": ["1.37.03"],
"shortDescZh": "可道云推出的企业级私有云存储解决方案",
"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,
"recommend": 1,
"crossVersionUpdate": true,
"website": "https://kodcloud.com/",
"github": "https://github.com/kalcaddle/kodbox",
"document": "https://docs.kodcloud.com/"
},
{
"key": "php5",
"name": "PHP 5",
"tags": ["Runtime"],

View File

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