fix(container): delete Mounts field from HostConfig object EE-5387 (#9001)

pull/9009/head
cmeng 2 years ago committed by GitHub
parent ac94d344df
commit fdd79cece8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,6 +116,7 @@ angular.module('portainer.docker').factory('ContainerHelper', [
}
}
}
config.HostConfig.Mounts = null;
config.HostConfig.Binds = binds;
config.Volumes = volumes;
return config;

Loading…
Cancel
Save