diff --git a/README.md b/README.md index cb6119ac..1af7564e 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ watch = true wait = "500ms:2s" [config.NotifyContainers] -nginx = 1 # 1 is a signal number to be sent; here SIGINT +nginx = 1 # 1 is a signal number to be sent; here SIGHUP e75a60548dc9 = 1 # a key can be either container name (nginx) or ID ``` diff --git a/examples/docker-gen.cfg b/examples/docker-gen.cfg index 264f5e30..bcda249a 100644 --- a/examples/docker-gen.cfg +++ b/examples/docker-gen.cfg @@ -14,5 +14,5 @@ template = "/etc/docker-gen/templates/nginx.tmpl" dest = "/etc/nginx/conf.d/default.conf" watch = true [config.NotifyContainers] -nginx = 1 # 1 is a signal number to be sent; here SIGINT +nginx = 1 # 1 is a signal number to be sent; here SIGHUP e75a60548dc9 = 1 # a key can be either container name (nginx) or ID