1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-13 13:14:43 +00:00
parent 4c59183e5d
commit bce6881441
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="mtab"
PANEL_APP_PORT_HTTP="40214"

10
apps/mtab/2.6.0/data.yml Normal file
View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40214
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,18 @@
services:
mtabserver:
image: itushan/mtab:2.6.0
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
user: "0"
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "./data:/app"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true