Remove useless directives in default conf

This commit is contained in:
Daniel Berteaud 2023-10-29 23:28:17 +01:00
parent 5d8db74cbf
commit 65e1b487a8
2 changed files with 1 additions and 3 deletions

View File

@ -7,9 +7,7 @@ socket = /run/mysqld/mysqld.sock
pid-file = /tmp/mysql.pid
symbolic-links = 0
datadir = /data/db
tmpdir = /tmp
default_storage_engine = InnoDB
innodb_file_per_table = 1
innodb_log_file_size = 512M
!includedir /etc/my.cnf.d

View File

@ -9,7 +9,7 @@ mariadb:
server:
# The image to use
image: danielberteaud/mariadb:23.10-1
image: danielberteaud/mariadb:23.10-2
# Resource allocation
resources: