Initial commit.
This commit is contained in:
commit
9113611283
10 changed files with 168 additions and 0 deletions
5
db/Dockerfile
Normal file
5
db/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM mariadb:latest
|
||||
|
||||
ADD innodb.cnf /etc/mysql/mariadb.conf.d/innodb.cnf
|
||||
|
||||
|
4
db/innodb.cnf
Normal file
4
db/innodb.cnf
Normal file
|
@ -0,0 +1,4 @@
|
|||
[mysqld]
|
||||
innodb_large_prefix=true
|
||||
innodb_file_format=barracuda
|
||||
innodb_file_per_table=1
|
Loading…
Add table
Add a link
Reference in a new issue