1
0
Fork 0
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:
CrazyMax 2019-02-12 19:54:44 +01:00 committed by GitHub
commit 23611c44ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: