fix(container): delete Mounts field from HostConfig object EE-5387 (#9000)
This commit is contained in:
@@ -117,6 +117,7 @@ angular.module('portainer.docker').factory('ContainerHelper', [
|
||||
}
|
||||
}
|
||||
config.HostConfig.Binds = binds;
|
||||
config.HostConfig.Mounts = null;
|
||||
config.Volumes = volumes;
|
||||
return config;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user