From 66b08ea12268dad2fe555a007852db0896403cc4 Mon Sep 17 00:00:00 2001 From: luorijun Date: Thu, 2 Apr 2026 18:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 2c3f946..095cf7a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,7 +27,7 @@ services: driver: local platform: - image: 43.226.58.254:53000/lanhu/platform:latest + image: repo.lanhuip.com:8554/lanhu/platform:latest env_file: - .env - .env.platform @@ -41,7 +41,7 @@ services: driver: local web: - image: 43.226.58.254:53000/lanhu/web:latest + image: repo.lanhuip.com:8554/lanhu/web:latest env_file: - .env - .env.web @@ -54,7 +54,7 @@ services: driver: local admin: - image: 43.226.58.254:53000/lanhu/admin:latest + image: repo.lanhuip.com:8554/lanhu/admin:latest env_file: - .env - .env.admin