Skip to content

Commit

Permalink
Merge pull request #138 from PawWithU/setting/137-docker-time-zone
Browse files Browse the repository at this point in the history
[Deploy] 도커 컨테이너 Time Zone 설정
  • Loading branch information
kyeong-hyeok authored Nov 22, 2023
2 parents aa279e1 + aed9fe1 commit f7f7d10
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 f7f7d10

Please sign in to comment.