Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Oct 6, 2023
1 parent 45a9349 commit d359f8e
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 @@ -3,7 +3,7 @@ version: '3'
services:
blue:
container_name: blue
image: haul123/blue-green
image: haul123/blue-green2
expose:
- 8080
ports:
Expand All @@ -12,7 +12,7 @@ services:
- TZ=Asia/Seoul
green:
container_name: green
image: haul123/blue-green
image: haul123/blue-green2
expose:
- 8080
ports:
Expand Down

0 comments on commit d359f8e

Please sign in to comment.