From 0d308ac0eddb6b67b53544dd9ae9b77244fbdea4 Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 4 Jun 2025 16:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Meng Sen --- apps/smtp-proxy-server/0.9.1/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/smtp-proxy-server/0.9.1/docker-compose.yml b/apps/smtp-proxy-server/0.9.1/docker-compose.yml index bbbd73331..f93988bda 100644 --- a/apps/smtp-proxy-server/0.9.1/docker-compose.yml +++ b/apps/smtp-proxy-server/0.9.1/docker-compose.yml @@ -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}