Closed lmingzhi closed 2 years ago
Same happens to me.
I solved it.
The problem is that the font is missing. I downloaded the font of the language to be used and added it to the volume as shown below, and it was solved.
...
-v ...
-v {downloaded font directory}:/usr/share/fonts/truetype/{font name}
...
...
volumes:
- ...
- {downloaded font directory}:/usr/share/fonts/truetype/{font name}
...
Thanks for this, updated the documentation with this information.
Describe the bug
The characters of non-English look likes square.
To Reproduce