service: update stop grace period description (#12173)

pull/12192/head
Anthony Lapenna 2024-09-05 08:47:06 +02:00 committed by GitHub
parent 4bb5a7f480
commit 6cff21477e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@
<td>Stop grace period</td>
<td>{{ service.StopGracePeriod }}</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>
</tr>
</tbody>