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: