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 39f07e0 commit a23dbf8Copy full SHA for a23dbf8
examples/docker-gen.cfg
@@ -10,8 +10,8 @@ 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"
+template = "/etc/docker-gen/templates/nginx.tmpl"
+dest = "/etc/nginx/conf.d/default.conf"
15
16
[config.NotifyContainers]
17
nginx = 1 # 1 is a signal number to be sent; here SIGINT
0 commit comments