mirror of
https://github.com/OpenFusionProject/scripts.git
synced 2024-11-14 11:10:06 +00:00
Set XDB server charset to utf8
This commit is contained in:
parent
5bf1ce01e3
commit
7922fc060a
@ -4,6 +4,7 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mysql:5.5.42
|
image: mysql:5.5.42
|
||||||
|
command: --character-set-server utf8
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
Loading…
Reference in New Issue
Block a user