From ffc9b4a320959f6a5e9ff3dc0715bb0ebda16ae7 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sun, 14 Jun 2026 19:51:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=20PostgreSQL=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90=E4=B8=BA=E8=BD=A9=E8=BE=95=E9=95=9C?= =?UTF-8?q?=E5=83=8F=EF=BC=8C=E4=BF=AE=E5=A4=8D=E9=98=BF=E9=87=8C=E4=BA=91?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=8B=89=E5=8F=96=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index acbb3c9..009c14a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,8 +29,8 @@ services: restart: unless-stopped postgres: - # 阿里云镜像,避免从 Docker Hub 拉取超时 - image: registry.cn-hangzhou.aliyuncs.com/library/postgres:15-alpine + # 轩辕镜像加速,避免 Docker Hub 拉取超时 + image: docker.xuanyuan.me/library/postgres:15-alpine container_name: camtalk-postgres environment: POSTGRES_USER: camtalk