forked from Ivasoft/traefik
Compare commits
4 Commits
v1.0.alpha
...
v1.0.alpha
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
707b6f9a95 | ||
|
|
4bdc704a25 | ||
|
|
c0fd700904 | ||
|
|
72177c676e |
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.5
|
||||
FROM golang:1.5.3
|
||||
|
||||
RUN go get github.com/Masterminds/glide
|
||||
RUN go get github.com/mitchellh/gox
|
||||
|
||||
@@ -516,7 +516,7 @@ Træfɪk can be configured to use Consul as a backend configuration:
|
||||
#
|
||||
# Required
|
||||
#
|
||||
endpoint = "http://127.0.0.1:8500"
|
||||
endpoint = "127.0.0.1:8500"
|
||||
|
||||
# Enable watch Consul changes
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user