重命名容器

This commit is contained in:
05412 2024-08-21 08:55:45 +08:00
parent c8d8d868ac
commit c69852fdc0
2 changed files with 3 additions and 3 deletions

4
.env
View File

@ -1,3 +1,3 @@
VITE_PROTOCOL=https VITE_PROTOCOL=http
VITE_HOST=vviipp.vip VITE_HOST=127.0.0.1:18888
VITE_LOCALE=en VITE_LOCALE=en

View File

@ -2,7 +2,7 @@ name: surl
services: services:
front: front:
build: . build: .
container_name: front container_name: surl_front
ports: ports:
- "127.0.0.1:80:11451" - "127.0.0.1:80:11451"
volumes: volumes: