charles_c hai 8 meses
pai
achega
a865e5d61c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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