Skip to content

Commit

Permalink
chore: 도커 컨테이너 Time Zone 설정 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Nov 22, 2023
1 parent aa279e1 commit aed9fe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose.blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ services:
build: .
ports:
- "8081:8080"
container_name: connectdog-blue
container_name: connectdog-blue
environment:
TZ: "Asia/Seoul"
4 changes: 3 additions & 1 deletion docker-compose.green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ services:
build: .
ports:
- "8082:8080"
container_name: connectdog-green
container_name: connectdog-green
environment:
TZ: "Asia/Seoul"

0 comments on commit aed9fe1

Please sign in to comment.