소스 검색

端口修改

jax 4 달 전
부모
커밋
726a609ed5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker-compose.prod.yml

+ 1 - 1
docker-compose.prod.yml

@@ -31,7 +31,7 @@ services:
     container_name: match-vote-nextjs-nginx-1
     image: nginx:alpine
     ports:
-      - "8080:80"
+      - "8081:80"
 
     volumes:
       - ./nginx:/etc/nginx/conf.d