webserver: Use SIGKILL instead of SIGTERM to kill the container
See https://github.com/SergioBenitez/Rocket/issues/180.
This commit is contained in:
parent
458f6c7f7b
commit
a25c2ffc9d
|
@ -29,6 +29,9 @@
|
|||
];
|
||||
ExposedPorts = { "3002" = { }; };
|
||||
User = "${uid}:${gid}";
|
||||
|
||||
# Will become SIGTERM with the next rocket release
|
||||
StopSignal = "SIGKILL";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue