From 2499666e9534e1d5ffb55b7553a0e52cee82557b Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 4 Jun 2025 16:12:01 +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 --- smtp-proxy-server/0.9.1/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smtp-proxy-server/0.9.1/docker-compose.yml b/smtp-proxy-server/0.9.1/docker-compose.yml index a46e4f538..bbbd73331 100644 --- a/smtp-proxy-server/0.9.1/docker-compose.yml +++ b/smtp-proxy-server/0.9.1/docker-compose.yml @@ -12,8 +12,8 @@ services: networks: - 1panel-network ports: - - ${PANEL_APP_PORT_SMTP:-8025}:8025 - - ${PANEL_APP_PORT_IMAP:-11143}:11143 + - ${PANEL_APP_PORT_SMTP:-8025}:${PANEL_APP_PORT_SMTP:-8025} + - ${PANEL_APP_PORT_IMAP:-11143}:${PANEL_APP_PORT_IMAP:-11143} env_file: - ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env} - ${ENV_FILE:-/etc/1panel/envs/default.env}