티스토리 뷰

728x90
$ cat docker-compose.yml
version: '3'
services:
  api:
    image: 'node:6-alpine'
    environment:
     - LC_ALL=en_US.UTF-8

https://stackoverflow.com/questions/59946083/how-to-set-sql-server-to-use-en-us-utf-8-in-docker-compose

 

How to set SQL Server to use en_US.UTF-8 in Docker compose

I realize in docker SQL Server linux log, default language is set. spid10s The default language (LCID 0) has been set for engine and full-text services. I wanted to set it to use en_US.UTF-8....

stackoverflow.com

 

728x90

'공부' 카테고리의 다른 글

[Spring] global error handler  (0) 2022.06.06
[MySQL] created_at, updated_at  (0) 2022.06.06
[Python] remove "" filter(None, lst)  (0) 2022.06.06
[Python] strip in map function  (0) 2022.06.06
[Kotlin] destructure array  (0) 2022.06.06
댓글