From a7d8774157b7bded351823de4d06c2f5d399948c Mon Sep 17 00:00:00 2001 From: shenjianZ Date: Thu, 31 Jul 2025 08:44:10 +0800 Subject: [PATCH] feat:fix docker-compose.full.yml --- docker-compose-full.yml => docker-compose.full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docker-compose-full.yml => docker-compose.full.yml (88%) diff --git a/docker-compose-full.yml b/docker-compose.full.yml similarity index 88% rename from docker-compose-full.yml rename to docker-compose.full.yml index 01a64e2..9d6c713 100644 --- a/docker-compose-full.yml +++ b/docker-compose.full.yml @@ -1,7 +1,7 @@ services: # 1. 后端服务 (Node.js + Express + SMTP Server) backend: - build: ./backend + image: registry.cn-hangzhou.aliyuncs.com/pull-image/email-unlimit-backend:latest container_name: email-backend restart: always env_file: @@ -15,7 +15,7 @@ services: # 2. 数据库服务 (MySQL) mysql: - image: mysql:8.0 + image: registry.cn-hangzhou.aliyuncs.com/pull-image/mysql:8.0 container_name: email-mysql restart: always env_file: