Skip to content

Commit

Permalink
Merge pull request #175 from sherter/singal-number
Browse files Browse the repository at this point in the history
Documentation: fix signal number/name mismatch
  • Loading branch information
jwilder committed Mar 25, 2016
2 parents f27f281 + 6c8eebd commit 66719b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion examples/docker-gen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 66719b6

Please sign in to comment.