Skip to content

Commit

Permalink
[fix] : docker-compose.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo committed May 8, 2024
1 parent dadb948 commit 47320cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
blue:
container_name: blue
image: chahs1012/capstone
image: chahs1012/bokdakbang
expose:
- 8080
ports:
Expand All @@ -11,7 +11,7 @@ services:
- TZ=Asia/Seoul
green:
container_name: green
image: chahs1012/capstone
image: chahs1012/bokdakbang
expose:
- 8080
ports:
Expand Down

0 comments on commit 47320cb

Please sign in to comment.