mirror of https://github.com/portainer/portainer
service: update stop grace period description (#12173)
parent
4bb5a7f480
commit
6cff21477e
|
@ -40,7 +40,9 @@
|
||||||
<td>Stop grace period</td>
|
<td>Stop grace period</td>
|
||||||
<td>{{ service.StopGracePeriod }}</td>
|
<td>{{ service.StopGracePeriod }}</td>
|
||||||
<td>
|
<td>
|
||||||
<p class="small text-muted" style="margin-top: 10px"> Time to wait before force killing a container (default none). </p>
|
<p class="small text-muted" style="margin-top: 10px">
|
||||||
|
The duration to wait before forcefully terminating a container (default: 10 seconds as defined by the Docker engine).
|
||||||
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue