Skip to content

Commit

Permalink
[settings] docker compose 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkonu committed Jul 16, 2024
1 parent 9a58222 commit f478145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
blue:
container_name: blue
image: recordy/recordy:latest
pull_policy: always
expose:
- 8080
ports:
Expand All @@ -22,6 +23,7 @@ services:
green:
container_name: green
image: recordy/recordy:latest
pull_policy: always
expose:
- 8080
ports:
Expand Down

0 comments on commit f478145

Please sign in to comment.