This commit is contained in:
emile 2015-09-12 00:37:57 +02:00
parent 388a7f6ab5
commit d313da1156
2 changed files with 2 additions and 1 deletions

View file

@ -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/...

View file

@ -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"