mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-28 12:36:52 +00:00
[acme-mailcow] Auto-detect container ids for restart; Restart containers after restore
This commit is contained in:
parent
9040d456ed
commit
6c64ffbd49
7 changed files with 100 additions and 92 deletions
|
|
@ -274,7 +274,7 @@ $tfa_data = get_tfa();
|
|||
<div class="panel-heading">Fail2Ban parameters</div>
|
||||
<div class="panel-body">
|
||||
<?php
|
||||
$f2b_data = get_f2b_parameters();
|
||||
$f2b_data = fail2ban('get');
|
||||
?>
|
||||
<form class="form" data-id="f2b" role="form" method="post">
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue