[Web] Unset https_port after vars local inc

[Compose] New Dovecot image
master
andryyy 2019-02-12 19:01:18 +01:00
parent 8d558282cc
commit 54dfb5c450
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,7 @@
<?php
require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.inc.php';
$default_autodiscover_config = $autodiscover_config;
unset($https_port);
if (file_exists($_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php')) {
include_once $_SERVER['DOCUMENT_ROOT'] . '/inc/vars.local.inc.php';
}

View File

@ -68,7 +68,6 @@ $autodiscover_config = array(
'port' => $https_port,
),
);
unset($https_port);
// If false, we will use DEFAULT_LANG
// Uses HTTP_ACCEPT_LANGUAGE header

View File

@ -164,7 +164,7 @@ services:
- sogo
dovecot-mailcow:
image: mailcow/dovecot:1.61
image: mailcow/dovecot:1.62
build: ./data/Dockerfiles/dovecot
cap_add:
- NET_BIND_SERVICE