mirror of
https://github.com/librenms/docker.git
synced 2026-07-29 04:50:07 +00:00
Merge pull request #19 from k0a1a/patch-1
use utf8 charset and collation in mariadb
This commit is contained in:
commit
23611c44ae
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ services:
|
|||
- "--sql-mode="
|
||||
- "--innodb-file-per-table=1"
|
||||
- "--lower-case-table-names=0"
|
||||
- "--character-set-server=utf8"
|
||||
- "--collation-server=utf8_unicode_ci"
|
||||
volumes:
|
||||
- "./db:/var/lib/mysql"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue