We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d332c commit e982878Copy full SHA for e982878
lib/memberlist.go
@@ -30,7 +30,7 @@ func InitMemberList(advertiseAddr string, knownMembers []string, port int, proxy
30
// i'm tired of fighting nomad/docker
31
// just get this working
32
log.Printf("hi %v\n", os.Getenv("FORCE_BIND_FDAA"))
33
- if os.Getenv("FORCE_BIND_FDEF") == "true" {
+ if os.Getenv("FORCE_BIND_FDAA") == "true" {
34
config.AdvertiseAddr = func() string {
35
iface, err := net.InterfaceByName("eth0")
36
if err != nil {
0 commit comments