mirror of https://github.com/docker/compose.git
Add exclusion for networkname
Signed-off-by: Kirin Rastogi <kirin.Rastogi@avg.com> Signed-off-by: Kirin Rastogi <rastogikirin@gmail.com>
This commit is contained in:
parent
686a533c9f
commit
0e93080850
|
@ -18,7 +18,8 @@ log = logging.getLogger(__name__)
|
||||||
|
|
||||||
OPTS_EXCEPTIONS = [
|
OPTS_EXCEPTIONS = [
|
||||||
'com.docker.network.driver.overlay.vxlanid_list',
|
'com.docker.network.driver.overlay.vxlanid_list',
|
||||||
'com.docker.network.windowsshim.hnsid'
|
'com.docker.network.windowsshim.hnsid',
|
||||||
|
'com.docker.network.windowsshim.networkname'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue