mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
feat: 更新 phpmyadmin 镜像 (#21)
This commit is contained in:
parent
c31c7c1809
commit
fdab50bc4c
@ -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"],
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user