@@ -133,33 +133,33 @@ An example configuration file, **docker-gen.cfg** can be found in the examples f
133133#### Configuration File Syntax
134134```
135135[[config]]
136- Starts a configuration section
136+ Starts a configuration section
137137
138138dest = "path/to/a/file"
139- path to a write the template. If not specfied, STDOUT is used
139+ path to a write the template. If not specfied, STDOUT is used
140140
141141notifycmd = "/etc/init.d/foo reload"
142- run command after template is regenerated (e.g restart xyz)
142+ run command after template is regenerated (e.g restart xyz)
143143
144144onlyexposed = true
145- only include containers with exposed ports
145+ only include containers with exposed ports
146146
147147template = "/path/to/a/template/file.tmpl"
148- path to a template to generate
148+ path to a template to generate
149149
150150watch = true
151- watch for container changes
151+ watch for container changes
152152
153153
154154
155155[config.NotifyContainers]
156- Starts a notify container section
156+ Starts a notify container section
157157
158158containername = 1
159- container name followed by the signal to send
159+ container name followed by the signal to send
160160
161161container_id = 1
162- or the container id can be used followed by the signal to send
162+ or the container id can be used followed by the signal to send
163163```
164164Putting it all together here is an example configuration file.
165165```
0 commit comments