Skip to content

Commit

Permalink
Merge pull request #471 from Clubber2024/refactor/#467-refactor-외부-포트…
Browse files Browse the repository at this point in the history
…-접속-설정-리팩토링

refactor : 운영 서버 3000포트 EXPOSE로 변경 (#467)
  • Loading branch information
mjKim1229 authored Oct 15, 2024
2 parents 0d6d9e1 + 056bee0 commit c6a69c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ services:
frontend:
container_name: frontend
image: mjkim1229/clubber-front-prod
ports:
- "3000:3000"
expose:
- "3000"
networks:
- clubber

Expand Down

0 comments on commit c6a69c5

Please sign in to comment.