1
0
Fork 0

Add a default value for the docker.network configuration

This commit is contained in:
Jean-Baptiste Doumenjou 2018-06-13 14:50:04 +02:00 committed by Traefiker Bot
parent 01f2b3cd20
commit 81f23cc732
4 changed files with 116 additions and 3 deletions

View file

@ -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