mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-05-20 13:00:30 +08:00
更新配置
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
2499666e95
commit
74d0ffa4ec
@ -12,13 +12,13 @@ services:
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_SMTP:-8025}:${PANEL_APP_PORT_SMTP:-8025}
|
||||
- ${PANEL_APP_PORT_IMAP:-11143}:${PANEL_APP_PORT_IMAP:-11143}
|
||||
- ${PANEL_APP_PORT_SMTP}:${PANEL_APP_PORT_SMTP}
|
||||
- ${PANEL_APP_PORT_IMAP}:${PANEL_APP_PORT_IMAP}
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- proxy_url=${PROXY_URL}
|
||||
- port=${PANEL_APP_PORT_SMTP:-8025}
|
||||
- imap_port=${PANEL_APP_PORT_IMAP:-11143}
|
||||
- port=${PANEL_APP_PORT_SMTP}
|
||||
- imap_port=${PANEL_APP_PORT_IMAP}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user