fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-22 17:03:53 +02:00
parent a965647c1f
commit 942f65268d

View File

@ -30,16 +30,6 @@ export class DockerNetwork {
CheckDuplicate: true,
Driver: 'overlay',
EnableIPv6: false,
IPAM: {
Driver: 'default',
Config: [
{
Subnet: '172.20.10.0/16',
IPRange: '172.20.10.0/24',
Gateway: '172.20.10.11'
}
]
},
Internal: true,
Attachable: true,
Ingress: false