fix: 🐛 修改镜像端口

This commit is contained in:
GoCo 2025-07-22 17:14:14 +08:00
parent 8950c82884
commit 80b1426d25

View File

@ -6,6 +6,6 @@ services:
context: .
dockerfile: Dockerfile
ports:
- "55511:80"
- "55512:80"
container_name: vue3-nginx
restart: unless-stopped