完善 宝塔

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-08-15 13:55:19 +08:00
parent 6dba9840e9
commit 0f244bd734
10 changed files with 129 additions and 61 deletions
+7 -6
View File
@@ -12,12 +12,13 @@ services:
network_mode: ${NETWORK_MODE}
ports:
- ${PANEL_APP_PORT_HTTP}:8888
- ${PANEL_APP_PORT_WEB_HTTP}:80
- ${PANEL_APP_PORT_WEB_HTTPS}:443
- ${PANEL_APP_PORT_FTP}:21
- ${PANEL_APP_PORT_SSH}:22
- ${PANEL_APP_PORT_MYSQL}:3306
- ${PANEL_APP_PORT_PHPADMIN}:888
expose:
- 888
- 22
- 21
- 3306
- 80
- 443
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}