Merge branch '20.04' of https://github.com/kiekerjan/mailinabox into 20.04
This commit is contained in:
commit
caf99119f1
|
@ -40,7 +40,7 @@ def get_services():
|
|||
{ "name": "Mail Filters (Sieve/dovecot)", "port": 4190, "public": True, },
|
||||
{ "name": "HTTP Web (nginx)", "port": 80, "public": True, },
|
||||
{ "name": "HTTPS Web (nginx)", "port": 443, "public": True, },
|
||||
{ "name": "Solr Full Text Search (Jetty)", "port": 8983, "public": False, },
|
||||
{ "name": "Solr Full Text Search", "port": 8983, "public": False, },
|
||||
]
|
||||
|
||||
def run_checks(rounded_values, env, output, pool):
|
||||
|
|
Loading…
Reference in New Issue