use SIGINT for stop signal
This commit is contained in:
parent
65d2af36a4
commit
498430b291
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user