From c69852fdc0f0df55c02e2f80fc7ff1b8a7279500 Mon Sep 17 00:00:00 2001 From: 05412 Date: Wed, 21 Aug 2024 08:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 1264f9b..a79183d 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -VITE_PROTOCOL=https -VITE_HOST=vviipp.vip +VITE_PROTOCOL=http +VITE_HOST=127.0.0.1:18888 VITE_LOCALE=en \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index 11485b3..dfe79f5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,7 +2,7 @@ name: surl services: front: build: . - container_name: front + container_name: surl_front ports: - "127.0.0.1:80:11451" volumes: