mirror of
https://github.com/OpenFusionProject/scripts.git
synced 2025-10-18 21:40:15 +00:00
Set XDB server charset to utf8
This commit is contained in:
@@ -4,6 +4,7 @@ version: '3.1'
|
||||
services:
|
||||
db:
|
||||
image: mysql:5.5.42
|
||||
command: --character-set-server utf8
|
||||
restart: always
|
||||
ports:
|
||||
- 3306:3306
|
||||
|
Reference in New Issue
Block a user