Skip to content

Commit ec9f3ba

Browse files
authored
ci: add default db commands to dockerfile
1 parent 4daeb3c commit ec9f3ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/db.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
5858

5959
# Copy the mysql data folder from the import stage
6060
COPY --from=importStage /var/lib/mysql /var/lib/mysql
61+
62+
CMD ['--character-set-server=utf8', '--collation-server=utf8_unicode_ci', '--innodb-buffer-pool-size=1G', '--innodb-log-buffer-size=128M', '--innodb-log-file-size=256M', '--innodb-write-io-threads=8', '--innodb-flush-log-at-trx-commit=0', '--performance-schema=1']

0 commit comments

Comments
 (0)