From 6e2ff28d590c36f16cc1d07210aa7290b8471d4e Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Fri, 16 May 2025 13:52:04 -0700 Subject: [PATCH] improve cmdStop docs [no ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 16ebe12..b56708d 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ models: # use a custom command to stop the model when swapping. By default # this is SIGTERM on POSIX systems, and taskkill on Windows systems + # the ${PID} variable can be used in cmdStop, it will be automatically replaced + # with the PID of the running model cmdStop: docker stop dockertest # Groups provide advanced controls over model swapping behaviour. Using groups