Add a default value for the docker.network configuration
This commit is contained in:
parent
01f2b3cd20
commit
81f23cc732
4 changed files with 116 additions and 3 deletions
|
@ -45,6 +45,7 @@ type Provider struct {
|
|||
ExposedByDefault bool `description:"Expose containers by default" export:"true"`
|
||||
UseBindPortIP bool `description:"Use the ip address from the bound port, rather than from the inner network" export:"true"`
|
||||
SwarmMode bool `description:"Use Docker on Swarm Mode" export:"true"`
|
||||
Network string `description:"Default Docker network used" export:"true"`
|
||||
}
|
||||
|
||||
// dockerData holds the need data to the Provider p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue