charles_c 8 달 전
부모
커밋
a865e5d61c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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