Skip to content

Commit 1b6976c

Browse files
committed
Updating formating on docs.
1 parent 429b7bd commit 1b6976c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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
138138
dest = "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
141141
notifycmd = "/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
144144
onlyexposed = true
145-
    only include containers with exposed ports
145+
only include containers with exposed ports
146146
147147
template = "/path/to/a/template/file.tmpl"
148-
    path to a template to generate
148+
path to a template to generate
149149
150150
watch = 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
158158
containername = 1
159-
    container name followed by the signal to send
159+
container name followed by the signal to send
160160
161161
container_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
```
164164
Putting it all together here is an example configuration file.
165165
```

0 commit comments

Comments
 (0)