use SIGINT for stop signal

This commit is contained in:
Bryan Stitt 2022-09-28 16:53:12 +00:00
parent 65d2af36a4
commit 498430b291

View File

@ -5,6 +5,8 @@ services:
init: true
restart: unless-stopped
command: --config /config.toml --workers 16
# rust's tokio crate expects a SIGINT https://tokio.rs/tokio/topics/shutdown
stop_signal: SIGINT
environment:
#RUST_LOG: "info,web3_proxy=debug"
RUST_LOG: info