charles_c 5 months ago
parent
commit
a865e5d61c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.prod.yml

+ 1 - 1
docker-compose.prod.yml

@@ -27,7 +27,7 @@ services:
     container_name: match-vote-nextjs-nginx-1
     image: nginx:alpine
     ports:
-      - "8080:80"
+      - "80:80"
       - "443:443"  # 添加 HTTPS 端口
     volumes:
       - ./nginx:/etc/nginx/conf.d