Skip to content

Commit

Permalink
fix: port 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
char-yb committed Apr 6, 2024
1 parent c5ad694 commit ad5e7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
# 현재 디렉토리에서의 Dockerfile을 사용하여 Docker 이미지를 빌드
build: .
ports:
- "3000:8080"
- "8080:8080"
container_name: daybook-blue
environment:
- TZ=Asia/Seoul
2 changes: 1 addition & 1 deletion docker/docker-compose.green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
backend:
build: .
ports:
- "3000:8080"
- "8080:8080"
container_name: daybook-green
environment:
- TZ=Asia/Seoul
Expand Down

0 comments on commit ad5e7f9

Please sign in to comment.