diff --git a/compose/network.py b/compose/network.py index ea6f49631..532686d76 100644 --- a/compose/network.py +++ b/compose/network.py @@ -18,6 +18,7 @@ log = logging.getLogger(__name__) OPTS_EXCEPTIONS = [ 'com.docker.network.driver.overlay.vxlanid_list', + 'com.docker.network.windowsshim.hnsid' ]