Skip to content

Commit

Permalink
[FIX] 도커 컴포즈 TimeZone seoul 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Mar 31, 2024
1 parent 6eb0717 commit b46aed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ services:
dockerfile: Dockerfile
container_name: spring
restart: unless-stopped
environment:
- TZ=Asia/Seoul
depends_on:
- nestjs
logging:
Expand Down Expand Up @@ -81,6 +83,8 @@ services:
dockerfile: Dockerfile
container_name: nestjs
restart: unless-stopped
environment:
- TZ=Asia/Seoul
networks:
- caddy
logging:
Expand Down

0 comments on commit b46aed4

Please sign in to comment.