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