fix: network name
This commit is contained in:
parent
bf27883c71
commit
162fd51fb4
@ -104,7 +104,7 @@ func (a *Actor) ToggleDestination(url string) {
|
||||
NetworkMode: "default",
|
||||
RestartPolicy: typescontainer.RestartPolicy{Name: "always"},
|
||||
},
|
||||
NetworkCountConfig: container.NetworkCountConfig{Rx: "eth1", Tx: "eth1"},
|
||||
NetworkCountConfig: container.NetworkCountConfig{Rx: "eth1", Tx: "eth0"},
|
||||
})
|
||||
|
||||
a.nextIndex++
|
||||
|
Loading…
x
Reference in New Issue
Block a user