mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 11:16:34 +00:00
compose: Change default stop signal from '' to SIGTERM
Change-type: patch Signed-off-by: Shaun Mulligan <shaun@balena.io>
This commit is contained in:
parent
27efe86bae
commit
646a510310
@ -492,7 +492,7 @@ export class Service {
|
||||
tmpfs,
|
||||
extraHosts: container.HostConfig.ExtraHosts || [],
|
||||
ulimits,
|
||||
stopSignal: (container.Config as any).StopSignal || '',
|
||||
stopSignal: (container.Config as any).StopSignal || 'SIGTERM',
|
||||
stopGracePeriod: (container.Config as any).StopTimeout || 10,
|
||||
healthcheck: ComposeUtils.dockerHealthcheckToServiceHealthcheck(
|
||||
(container.Config as any).Healthcheck || {},
|
||||
|
Loading…
Reference in New Issue
Block a user