mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -4,6 +4,18 @@ MDC_NG_ROOT_PATH=/home/mdc-ng
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=9208
|
||||
|
||||
# 管理员用户名 [必填]
|
||||
MDC_USERNAME=mdc-ng
|
||||
|
||||
# 管理员密码 [必填]
|
||||
MDC_PASSWORD=mdc-ng
|
||||
|
||||
# 运行组 ID [必填]
|
||||
PGID=0
|
||||
|
||||
# 运行用户 ID [必填]
|
||||
PUID=0
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.17.3
|
||||
image: mdcng/mdc:1.18.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user