From 922b1fc877941acab033d54c34fe875be52436e3 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Tue, 24 Feb 2026 08:44:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B5=B1=E4=B8=80=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=90=8D=E7=A8=B1=E7=82=BA=20star-erp-=20=E5=89=8D=E7=B6=B4?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=AD=A3=20Proxy=20=E8=88=87=20CI/CD=20?= =?UTF-8?q?=E9=80=A3=E7=B7=9A=E5=A4=B1=E6=95=97=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index e9af81f..78ee827 100644 --- a/compose.yaml +++ b/compose.yaml @@ -6,8 +6,8 @@ services: args: WWWGROUP: '${WWWGROUP}' image: 'sail-8.5/app' - container_name: laravel - hostname: laravel + container_name: star-erp-laravel + hostname: star-erp-laravel extra_hosts: - 'host.docker.internal:host-gateway' ports: @@ -29,8 +29,8 @@ services: # - mailpit mysql: image: 'mysql/mysql-server:8.0' - container_name: mysql - hostname: mysql + container_name: star-erp-mysql + hostname: star-erp-mysql ports: - '${FORWARD_DB_PORT:-3306}:3306' environment: @@ -56,8 +56,8 @@ services: timeout: 5s redis: image: 'redis:alpine' - container_name: redis - hostname: redis + container_name: star-erp-redis + hostname: star-erp-redis # ports: # - '${FORWARD_REDIS_PORT:-6379}:6379' volumes: