public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Mariadb] Update to 10.11 (LTS) (#5152)
* [Mariadb] Update to 10.11 (LTS) * mysql: set default collation to general_ci
4ac541f6
data/conf/mysql/my.cnf | 4 ++--
docker-compose.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Diff
diff --git a/data/conf/mysql/my.cnf b/data/conf/mysql/my.cnf
index 489b973c..24d6123b 100644
--- a/data/conf/mysql/my.cnf
+++ b/data/conf/mysql/my.cnf
@@ -1,7 +1,7 @@
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
-collation-server = utf8mb4_unicode_ci
+collation-server = utf8mb4_general_ci
#innodb_file_per_table = TRUE
#innodb_file_format = barracuda
#innodb_large_prefix = TRUE
@@ -20,7 +20,7 @@ thread_cache_size = 8
query_cache_type = 0
query_cache_size = 0
max_heap_table_size = 48M
-thread_stack = 192K
+thread_stack = 256K
skip-host-cache
skip-name-resolve
log-warnings = 0
diff --git a/docker-compose.yml b/docker-compose.yml
index 09c2781b..2cb6b98f 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -17,7 +17,7 @@ services:
- unbound
mysql-mailcow:
- image: mariadb:10.5
+ image: mariadb:10.11
depends_on:
- unbound-mailcow
- netfilter-mailcow