Skip to content

Commit 36dab92

Browse files
committed
Update readme w/ -config option
1 parent ea8fc52 commit 36dab92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ This is can be used to generate config files for:
1111

1212

1313
[Docker Log Management With Fluentd](http://jasonwilder.com/blog/2014/03/17/docker-log-management-using-fluentd/)
14-
1514
[Automated Nginx Reverse Proxy for Docker](http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/)
1615

1716
===
@@ -21,13 +20,14 @@ To Run:
2120
`go get github.com/jwilder/docker-gen`
2221

2322
`docker-gen`
24-
`Usage: docker-gen [-watch=false] [-notify="restart xyz"] <template> [<dest>]`
23+
`Usage: docker-gen [-config file] [-watch=false] [-notify="restart xyz"] <template> [<dest>]`
2524

2625
Options:
2726
* -watch - runs continuously and monitors docker container events. When containers are started
2827
or stopped, the template is regenerated.
2928
* -notify - runs a command after the template is generated. Useful for restarting nginx, reloading
3029
haproxy, etc..
30+
* -config file - Use the specified config file instead of command-line options.
3131

3232
If no `<dest>` file is specified, the output is send to stdout. Mainly useful for debugging.
3333

0 commit comments

Comments
 (0)