We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27f281 commit 6c8eebdCopy full SHA for 6c8eebd
README.md
@@ -190,7 +190,7 @@ watch = true
190
wait = "500ms:2s"
191
192
[config.NotifyContainers]
193
-nginx = 1 # 1 is a signal number to be sent; here SIGINT
+nginx = 1 # 1 is a signal number to be sent; here SIGHUP
194
e75a60548dc9 = 1 # a key can be either container name (nginx) or ID
195
```
196
examples/docker-gen.cfg
@@ -14,5 +14,5 @@ template = "/etc/docker-gen/templates/nginx.tmpl"
14
dest = "/etc/nginx/conf.d/default.conf"
15
watch = true
16
17
18
0 commit comments