include proxyd in the command now

This commit is contained in:
Bryan Stitt 2023-01-19 03:13:24 -08:00
parent 52a9ba604c
commit aa6476ce2a

View File

@ -4,7 +4,7 @@ services:
build: .
init: true
restart: unless-stopped
command: --config /config.toml --workers 16
command: --config /config.toml --workers 16 proxyd
# rust's tokio crate expects a SIGINT https://tokio.rs/tokio/topics/shutdown
stop_signal: SIGINT
environment: