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 5c31281 commit 73d3712Copy full SHA for 73d3712
examples/docker-gen.cfg
@@ -0,0 +1,10 @@
1
+[[config]]
2
+template = "/etc/nginx/nginx.conf.tmpl"
3
+dest = "/etc/nginx/sites-available/default"
4
+onlyexposed = true
5
+notifycmd = "/etc/init.d/nginx reload"
6
+
7
8
+template = "/etc/logrotate.conf.tmpl"
9
+dest = "/etc/logrotate.d/docker"
10
+watch = true
examples/docker-gen.upstart.conf
+#!upstart
+description "docker-gen upstart script"
+start on startup
+stop on shutdown
+respawn
+exec start-stop-daemon --start --exec /usr/bin/docker-gen -- -config /etc/docker-gen.cfg
0 commit comments