Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
M
mailcow-dockerized
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Repos Mirror
mailcow-dockerized
Compare Revisions
15f3a664cd82f8d404d5168be4ef478749490a72...1d1a9a27c9b0009d27d54c489ef307fd3455f0ed
Source
1d1a9a27c9b0009d27d54c489ef307fd3455f0ed
Select Git revision
...
Target
15f3a664cd82f8d404d5168be4ef478749490a72
Select Git revision
Compare
Commits (3)
[MariaDB] Adjustments
· 3235edea
andryyy
authored
Nov 08, 2019
3235edea
[PHP-FPM] Missing image update
· 83a44553
andryyy
authored
Nov 08, 2019
83a44553
[MariaDB] Adjustments
· 1d1a9a27
andryyy
authored
Nov 08, 2019
1d1a9a27
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
data/conf/mysql/my.cnf
data/conf/mysql/my.cnf
+6
-3
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
data/conf/mysql/my.cnf
View file @
1d1a9a27
...
...
@@ -8,13 +8,16 @@ collation-server = utf8mb4_unicode_ci
#sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
max_allowed_packet = 192M
max-connections = 500
performance_schema = 0
innodb-strict-mode = 0
innodb_buffer_pool_size =
96
M
key_buffer =
16
M
innodb_buffer_pool_size =
128
M
key_buffer =
24
M
thread_cache_size = 8
query_cache_type = 0
query_cache_size = 0
sort_buffer_size = 16M
read_rnd_buffer_size = 2M
tmp_table_size = 48M
max_heap_table_size = 48M
thread_stack = 128K
skip-host-cache
skip-name-resolve
...
...
docker-compose.yml
View file @
1d1a9a27
...
...
@@ -96,7 +96,7 @@ services:
-
rspamd
php-fpm-mailcow
:
image
:
mailcow/phpfpm:1.5
1
image
:
mailcow/phpfpm:1.5
2
build
:
./data/Dockerfiles/phpfpm
command
:
"
php-fpm
-d
date.timezone=${TZ}
-d
expose_php=0"
depends_on
:
...
...