diff --git a/data/conf/mysql/mysql.cnf b/data/conf/mysql/mysql.cnf index 56a15ee..da78b42 100644 --- a/data/conf/mysql/mysql.cnf +++ b/data/conf/mysql/mysql.cnf @@ -3,8 +3,6 @@ character-set-server = utf8mb4 collation-server = utf8mb4_unicode_ci innodb_file_per_table = TRUE -innodb_file_format = barracuda -innodb_large_prefix = TRUE [client] default-character-set = utf8mb4 diff --git a/docker-compose.yml b/docker-compose.yml index 8fa37e8..b9925d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -48,7 +48,7 @@ - web nextcloud-database: - image: mariadb:10.2 + image: mariadb:10.3 restart: always mem_limit: 1g command: mysqld --skip-name-resolve --skip-host-cache --log-warnings=0