Merge branch 'hotfix' into staging
commit
9c5fd91484
|
@ -77,6 +77,9 @@
|
||||||
SOGoMaximumFailedLoginInterval = 900;
|
SOGoMaximumFailedLoginInterval = 900;
|
||||||
SOGoFailedLoginBlockInterval = 900;
|
SOGoFailedLoginBlockInterval = 900;
|
||||||
|
|
||||||
|
GCSChannelCollectionTimer = 60;
|
||||||
|
GCSChannelExpireAge = 60;
|
||||||
|
|
||||||
MySQL4Encoding = "utf8mb4";
|
MySQL4Encoding = "utf8mb4";
|
||||||
//SOGoDebugRequests = YES;
|
//SOGoDebugRequests = YES;
|
||||||
//SoDebugBaseURL = YES;
|
//SoDebugBaseURL = YES;
|
||||||
|
|
|
@ -523,7 +523,7 @@ services:
|
||||||
- dockerapi
|
- dockerapi
|
||||||
|
|
||||||
solr-mailcow:
|
solr-mailcow:
|
||||||
image: mailcow/solr:1.7
|
image: mailcow/solr:1.8
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- solr-vol-1:/opt/solr/server/solr/dovecot-fts/data:Z
|
- solr-vol-1:/opt/solr/server/solr/dovecot-fts/data:Z
|
||||||
|
|
Loading…
Reference in New Issue