Service.StopSignal Property

Definition

Specifies the signal that will be used to stop the container. This property allows you to define a custom stop signal other than the default SIGTERM.

[YamlDotNet.Serialization.YamlMember(Alias="stop_signal")]
public string? StopSignal { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="stop_signal")>]
member this.StopSignal : string with get, set
Public Property StopSignal As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to