Add docker dir to build mempool containers
This commit is contained in:
7
docker/mysql/Dockerfile
Normal file
7
docker/mysql/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM mariadb:10.5.8
|
||||
|
||||
WORKDIR /db
|
||||
COPY . .
|
||||
|
||||
COPY setup.sql /docker-entrypoint-initdb.d/
|
||||
COPY mysql-mempool.cnf /etc/mysql/conf.d/
|
||||
2
docker/mysql/mysql-mempool.cnf
Normal file
2
docker/mysql/mysql-mempool.cnf
Normal file
@@ -0,0 +1,2 @@
|
||||
[mysqld]
|
||||
sql_mode="NO_AUTO_VALUE_ON_ZERO"
|
||||
Reference in New Issue
Block a user