Skip to content

Commit

Permalink
[fix] docker-compose DB 한글 깨짐 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Aug 23, 2024
1 parent fd272fb commit 56cfaef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ services:
- ./mysql/data:/var/lib/mysql
- ./data.sql:/docker-entrypoint-initdb.d/data.sql
- ./dummy.sql:/docker-entrypoint-initdb.d/dummy.sql
# - ./src/main/resources/sql:/docker-entrypoint-initdb.d
command: # 한글 인코딩
- --character-set-server=utf8
- --collation-server=utf8_unicode_ci

portainer:
container_name: portainer
Expand Down

0 comments on commit 56cfaef

Please sign in to comment.