mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Avoid non-terminating containers
The process 1 in the container does not shut down gracefully after having received a TERM signal. Therefore, we send a SIGKILL immediately. This is a kludge as long as node/meteor has no proper SIGTERM handler enabled. See <https://github.com/wekan/wekan/issues/4668>.
This commit is contained in:
parent
8fc23429a0
commit
eaea1936a0
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,8 @@ RUN \
|
|||
|
||||
USER wekan
|
||||
|
||||
STOPSIGNAL SIGKILL
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
# https://github.com/wekan/wekan/issues/3585#issuecomment-1021522132
|
||||
# Add more Node heap:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue