From c3648d11025ab2560195fde713712b4c1c3e0b5a Mon Sep 17 00:00:00 2001 From: zfxt-ubuntu Date: Thu, 4 Sep 2025 12:44:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E5=90=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=9B=B4=E6=8E=A5=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9366f12..177ef79 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: frontend: - image: gitea.zfxt.top/zfxt/frontend:latest + image: gitea.zfxt.top:8443/zfxt/frontend:latest container_name: my-frontend-web ports: - "5555:5555" @@ -13,7 +13,7 @@ services: # 移除了build配置,因为我们现在使用预构建的镜像 backend: - image: gitea.zfxt.top/zfxt/backend:latest + image: gitea.zfxt.top:8443/zfxt/backend:latest container_name: my-backend-api networks: - app-network @@ -21,4 +21,4 @@ services: networks: app-network: - driver: bridge \ No newline at end of file + driver: bridge