feat:更新aapanel

This commit is contained in:
okxlin 2023-07-10 02:53:02 +08:00
parent 6720db1bb5
commit 4dfa0e356b
5 changed files with 8 additions and 8 deletions

View File

@ -10,7 +10,7 @@ additionalProperties:
tags:
- Tool
shortDescZh: 宝塔面板国际版开源的Linux面板
shortDescEn: BT Panel International Edition, the open source Linux panel
shortDescEn: BT-Panel International Edition, the open source Linux panel
type: tool
crossVersionUpdate: false
limit: 0

View File

@ -1,7 +1,7 @@
CONTAINER_NAME="aapanel"
Web_Panel_Port="7200"
PANEL_APP_PORT_HTTP="7200"
HTTP_PORT="10080"
HTTPS_PORT="10443"
phpMyAdmin_PORT="10888"
PHPMYADMIN_PORT="10888"
SSH_PORT="20022"
FTP_PORT="20021"

View File

@ -2,7 +2,7 @@ additionalProperties:
formFields:
- default: 7200
edit: true
envKey: Web_Panel_Port
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Panel Port
labelZh: 面板端口
required: true
@ -26,7 +26,7 @@ additionalProperties:
type: number
- default: 10888
edit: true
envKey: phpMyAdmin_PORT
envKey: PHPMYADMIN_PORT
labelEn: phpMyAdmin Port
labelZh: phpMyAdmin端口
required: true

View File

@ -1,4 +1,4 @@
version: "3.3"
version: "3"
services:
aapanel:
container_name: ${CONTAINER_NAME}
@ -6,10 +6,10 @@ services:
networks:
- 1panel-network
ports:
- "${Web_Panel_Port}:7800"
- "${PANEL_APP_PORT_HTTP}:7800"
- "${HTTP_PORT}:80"
- "${HTTPS_PORT}:443"
- "${phpMyAdmin_PORT}:888"
- "${PHPMYADMIN_PORT}:888"
- "${SSH_PORT}:22"
- "${FTP_PORT}:21"
volumes:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB