1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-21 17:16:54 +02:00

[Mariadb] Update to 10.11 (LTS)

This commit is contained in:
DerLinkman 2023-03-28 11:50:04 +02:00 committed by DerLinkman
parent 8677c18758
commit 15a9c525ae
No known key found for this signature in database
GPG Key ID: AA4A82514748F5A9
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ thread_cache_size = 8
query_cache_type = 0
query_cache_size = 0
max_heap_table_size = 48M
thread_stack = 128K
thread_stack = 256K
skip-host-cache
skip-name-resolve
log-warnings = 0

View File

@ -17,7 +17,7 @@ services:
- unbound
mysql-mailcow:
image: mariadb:10.5
image: mariadb:10.11
depends_on:
- unbound-mailcow
- netfilter-mailcow