feat:调整细节

This commit is contained in:
okxlin 2024-02-26 13:09:34 +08:00
parent 6ba13ad5b9
commit 67b1c92591
13 changed files with 19 additions and 19 deletions

View File

@ -14,7 +14,7 @@ services:
- PUID=0
- PGID=0
- UMASK=022
image: xhofe/alist:v3.31.0@sha256:8d1264524ff3245d383201a0f1cd0b55e96676c9d39a83a7e05cbaf69fa5e600
image: xhofe/alist:v3.31.0
labels:
createdBy: "Apps"

View File

@ -1,3 +1,3 @@
CONTAINER_NAME="dbgate"
PANEL_APP_PORT_HTTP="3000"
PANEL_APP_PORT_HTTP="40200"
DATA_PATH="./data"

View File

@ -1,6 +1,6 @@
additionalProperties:
formFields:
- default: 3000
- default: 40200
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port

View File

@ -1,3 +1,3 @@
CONTAINER_NAME="dbgate"
PANEL_APP_PORT_HTTP="3000"
PANEL_APP_PORT_HTTP="40200"
DATA_PATH="./data"

View File

@ -1,6 +1,6 @@
additionalProperties:
formFields:
- default: 3000
- default: 40200
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port

View File

@ -1,20 +1,20 @@
name: dbgate
name: DbGate
tags:
- 工具
title: 基于 Web 的用户界面,用于管理和浏览 SQL 数据库数据
type: 工具
description: 基于 Web 的用户界面,用于管理和浏览 SQL 数据库数据
- 开发工具
title: 跨平台的数据库管理器
type: 开发工具
description: 跨平台的数据库管理器
additionalProperties:
key: dbgate
name: Changedetection.io
name: DbGate
tags:
- Tool
shortDescZh: 基于 Web 的用户界面,用于管理和浏览 SQL 数据库数据
shortDescEn: Web based UI for managing and exploring SQL database data
- DevTool
shortDescZh: 跨平台的数据库管理器
shortDescEn: Cross-platform database manager
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://dbgate.org
github: https://github.com/dbgate/dbgate
document: https://dbgate.org/docs/
document: https://dbgate.org/docs/

View File

@ -1,3 +1,3 @@
CONTAINER_NAME="dbgate"
PANEL_APP_PORT_HTTP="3000"
PANEL_APP_PORT_HTTP="40200"
DATA_PATH="./data"

View File

@ -1,6 +1,6 @@
additionalProperties:
formFields:
- default: 3000
- default: 40200
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -5,7 +5,7 @@ services:
restart: always
network_mode: host
volumes:
- ${DATA_PATH}/luckyconf:/goodluck
- ${DATA_PATH}:/goodluck
image: gdy666/lucky:2.6.2
labels:
createdBy: "Apps"

View File

@ -5,7 +5,7 @@ services:
restart: always
network_mode: host
volumes:
- ${DATA_PATH}/luckyconf:/goodluck
- ${DATA_PATH}:/goodluck
image: gdy666/lucky:latest
labels:
createdBy: "Apps"