fix: 更换 PostgreSQL 镜像源为轩辕镜像,修复阿里云镜像拉取失败 #105

Merged
huanghaosheng merged 2 commits from develop into main 2026-06-14 19:52:05 +08:00
Showing only changes of commit ffc9b4a320 - Show all commits

View File

@@ -29,8 +29,8 @@ services:
restart: unless-stopped restart: unless-stopped
postgres: postgres:
# 阿里云镜像,避免 Docker Hub 拉取超时 # 轩辕镜像加速,避免 Docker Hub 拉取超时
image: registry.cn-hangzhou.aliyuncs.com/library/postgres:15-alpine image: docker.xuanyuan.me/library/postgres:15-alpine
container_name: camtalk-postgres container_name: camtalk-postgres
environment: environment:
POSTGRES_USER: camtalk POSTGRES_USER: camtalk