Skip to content

Commit aac475a

Browse files
committedDec 2, 2024·
[fix] dev docker-compopse 수정
1 parent 11276c1 commit aac475a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
restart: always
99
ports:
1010
- 8081:8080
11-
nvironment:
11+
environment:
1212
- TZ=Asia/Seoul
1313
- SPRING_PROFILES_ACTIVE=dev
1414
- SPRING_DATASOURCE_URL=jdbc:mysql://${DEV_MYSQL_HOST}:3306/${DEV_MYSQL_DATABASE}?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&tinyInt1isBit=false

0 commit comments

Comments
 (0)
Please sign in to comment.