mirror of https://github.com/docker/docs.git
Merge pull request #2202 from kunalkushwaha/master
BugFix: IP in template need as per Structure
This commit is contained in:
commit
9775f9ec04
|
@ -107,7 +107,7 @@ manage \
|
|||
{{range .Env}} -e {{.}}{{end}} \
|
||||
--name swarm-agent \
|
||||
{{.SwarmImage}} \
|
||||
join --advertise {{.Ip}}:{{.DockerPort}} {{.SwarmOptions.Discovery}}
|
||||
join --advertise {{.IP}}:{{.DockerPort}} {{.SwarmOptions.Discovery}}
|
||||
`
|
||||
|
||||
if swarmOptions.Master {
|
||||
|
|
Loading…
Reference in New Issue