Compare commits

...

1 commit

View file

@ -29,6 +29,9 @@
]; ];
ExposedPorts = { "3002" = { }; }; ExposedPorts = { "3002" = { }; };
User = "${uid}:${gid}"; User = "${uid}:${gid}";
# Will become SIGTERM with the next rocket release
StopSignal = "SIGKILL";
}; };
}; };