Set XDB server charset to utf8

This commit is contained in:
Gent Semaj 2024-01-26 13:46:43 -05:00
parent 5bf1ce01e3
commit 7922fc060a
Signed by untrusted user: ycc
GPG Key ID: 2D76C57BF6BEADC4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ version: '3.1'
services:
db:
image: mysql:5.5.42
command: --character-set-server utf8
restart: always
ports:
- 3306:3306