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