fix(container): delete Mounts field from HostConfig object EE-5387 (#9001)
parent
ac94d344df
commit
fdd79cece8
|
@ -116,6 +116,7 @@ angular.module('portainer.docker').factory('ContainerHelper', [
|
|||
}
|
||||
}
|
||||
}
|
||||
config.HostConfig.Mounts = null;
|
||||
config.HostConfig.Binds = binds;
|
||||
config.Volumes = volumes;
|
||||
return config;
|
||||
|
|
Loading…
Reference in New Issue