getumbrel / docker-electrs

A Docker container for electrs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electrs should be terminated with SIGTERM

primeroz opened this issue · comments

https://github.com/getumbrel/docker-electrs/blob/master/Dockerfile#L30 uses SIGINT which causes the compaction on the data to happen at every startup ... which is not great.

This should be just SIGTERM, see romanz/electrs#64 (comment)

I think i was wrong and the issue was fixed in 0.8.6