Skip to content

Commit

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

Refactor/#467 refactor 외부 포트 접속 설정 리팩토링
  • Loading branch information
mjKim1229 authored Oct 15, 2024
2 parents 139f6ce + e7fd827 commit d5784a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
expose:
- 3000
ports:
- "3000:3000"
networks:
- clubber

Expand Down
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 d5784a9

Please sign in to comment.