Skip to content

Commit

Permalink
[fix] #117 my.cnf 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Aug 27, 2024
1 parent 78dcf5d commit 2cfd26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- backend-network
volumes:
- ./mysql/data:/var/lib/mysql # mysql-container 가 생성한 데이터를 이 폴더 하위에 저장
- ./mysql/conf.d:/etc/mysql/conf.d # 서버 /home/ubuntu/git/mysql/conf.d 에 설정된 my.cnf 설정을 컨테이너 내부에서 사용
- ./mysql:/etc/mysql/conf.d # 서버 /home/ubuntu/git/mysql/conf.d 에 설정된 my.cnf 설정을 컨테이너 내부에서 사용
- ./src/main/resources/sql:/docker-entrypoint-initdb.d
command: # 한글 인코딩
# - --skip-character-set-client-handshake #서버 시스템 인코딩 방식과 상관없이 character-set-server 에 지정된 문자를 기본으로
Expand Down

0 comments on commit 2cfd26c

Please sign in to comment.