Skip to content

Commit

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

refactor : 3000포트 설정 변경 (#467)
  • Loading branch information
mjKim1229 authored Oct 15, 2024
2 parents 951b294 + 485d9a7 commit 139f6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.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-dev
ports:
- "3000:3000"
expose:
- 3000
networks:
- clubber

Expand Down

0 comments on commit 139f6ce

Please sign in to comment.