fix(core): update
This commit is contained in:
parent
a965647c1f
commit
942f65268d
@ -30,16 +30,6 @@ export class DockerNetwork {
|
|||||||
CheckDuplicate: true,
|
CheckDuplicate: true,
|
||||||
Driver: 'overlay',
|
Driver: 'overlay',
|
||||||
EnableIPv6: false,
|
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,
|
Internal: true,
|
||||||
Attachable: true,
|
Attachable: true,
|
||||||
Ingress: false
|
Ingress: false
|
||||||
|
Loading…
Reference in New Issue
Block a user