update adminer (#217)
This commit is contained in:
parent
554909242f
commit
eefb24ecdf
|
@ -1,28 +1,40 @@
|
||||||
name: adminer
|
name: adminer
|
||||||
services:
|
services:
|
||||||
|
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer:4.8.1
|
image: adminer:4.8.1
|
||||||
restart: always
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
memory: 32M
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
x-casaos:
|
||||||
|
ports:
|
||||||
|
- container: "8080"
|
||||||
|
description:
|
||||||
|
en_us: Adminer HTTP Port
|
||||||
|
zh_cn: Adminer HTTP 端口
|
||||||
x-casaos:
|
x-casaos:
|
||||||
architectures:
|
architectures:
|
||||||
- amd64
|
- amd64
|
||||||
- arm
|
- arm
|
||||||
|
- arm64
|
||||||
main: adminer
|
main: adminer
|
||||||
author: Tim Düsterhus (of the Docker Community)
|
author: Tim Düsterhus
|
||||||
category: Database
|
category: Database
|
||||||
description:
|
description:
|
||||||
en_us: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
|
en_us: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
|
||||||
|
zh_cn: Adminer(前身为phpMinAdmin)是一个用PHP编写的功能齐全的数据库管理工具。区别于phpMyAdmin,它仅为单个部署到目标服务器的文件(轻量)。Adminer可用于MySQL、PostgreSQL、SQLite、MS SQL、Oracle、Firebird、SimpleDB、Elasticsearch和MongoDB。
|
||||||
developer: Jakub Vrána
|
developer: Jakub Vrána
|
||||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/icon.png
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/icon.png
|
||||||
screenshot_link:
|
screenshot_link:
|
||||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/Screenshot-1.png
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/screenshot-1.png
|
||||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/Screenshot-2.png
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/screenshot-2.png
|
||||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/Screenshot-3.png
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/screenshot-3.png
|
||||||
tagline:
|
tagline:
|
||||||
en_us: Database management in a single PHP file
|
en_us: Database management in a single PHP file
|
||||||
|
zh_cn: 单PHP文件的数据库管理工具
|
||||||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/thumbnail.png
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Adminer/thumbnail.png
|
||||||
title:
|
title:
|
||||||
en_us: Adminer
|
en_us: Adminer
|
||||||
|
|
Before Width: | Height: | Size: 225 KiB After Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue