generate
This commit is contained in:
parent
388a7f6ab5
commit
d313da1156
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,6 @@ Copyright
|
|||
*/
|
||||
|
||||
//go:generate go get github.com/jteeuwen/go-bindata/...
|
||||
//go:generate go get github.com/elazarl/go-bindata-assetfs/...
|
||||
//go:generate rm -vf gen.go
|
||||
//go:generate go-bindata -o gen.go static/... templates/... providerTemplates/...
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ graceTimeOut = 10
|
|||
traefikLogsStdout = true
|
||||
# accessLogsFile = "log/access.log"
|
||||
logLevel = "DEBUG"
|
||||
# CertFile = "traefik.crt"
|
||||
# KeyFile = "traefik.key"
|
||||
|
||||
[docker]
|
||||
endpoint = "unix:///var/run/docker.sock"
|
||||
|
|
Loading…
Reference in a new issue