mirror of
https://github.com/OpenFusionProject/scripts.git
synced 2024-11-13 02:40:04 +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:
|
||||
db:
|
||||
image: mysql:5.5.42
|
||||
command: --character-set-server utf8
|
||||
restart: always
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
Loading…
Reference in New Issue
Block a user