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 eabf082 commit 43102b3Copy full SHA for 43102b3
examples/docker-gen.cfg
@@ -8,3 +8,11 @@ notifycmd = "/etc/init.d/nginx reload"
8
template = "/etc/logrotate.conf.tmpl"
9
dest = "/etc/logrotate.d/docker"
10
watch = true
11
+
12
+[[config]]
13
+Template = "/etc/docker-gen/templates/nginx.tmpl"
14
+Dest = "/etc/nginx/conf.d/default.conf"
15
+watch = true
16
+[config.NotifyContainers]
17
+nginx = 1 # 1 is a signal number to be sent; here SIGINT
18
+e75a60548dc9 = 1 # a key can be either container name (nginx) or ID
0 commit comments