mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:55:29 +00:00
chore: add cmd to show how to change charset and collation for mysql
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -6,6 +6,9 @@ services:
|
||||
volumes:
|
||||
- db_data:/var/lib/mysql
|
||||
- nc_data:/usr/app/data
|
||||
# below line shows how to change charset and collation
|
||||
# uncomment it if necessary
|
||||
# command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
|
||||
Reference in New Issue
Block a user