From 48897596c4ca828f1f6358403c1ed0e1b01f8043 Mon Sep 17 00:00:00 2001 From: xnaas Date: Fri, 29 Oct 2021 09:56:36 -0500 Subject: [PATCH] update 'docker kill' command --- distrib/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/docker/README.md b/distrib/docker/README.md index 3ab6c235..c1166fca 100644 --- a/distrib/docker/README.md +++ b/distrib/docker/README.md @@ -73,7 +73,7 @@ You can use the `/rehash` command to make Ergo reload its config, or send it the HUP signal: ```shell -docker kill -HUP ergo +docker kill -s SIGHUP ergo ``` ## Using custom TLS certificates