mirror of https://github.com/portainer/portainer
fix(container): delete Mounts field from HostConfig object EE-5387 (#9000)
parent
652bd35dc0
commit
564909d371
|
@ -117,6 +117,7 @@ angular.module('portainer.docker').factory('ContainerHelper', [
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
config.HostConfig.Binds = binds;
|
config.HostConfig.Binds = binds;
|
||||||
|
config.HostConfig.Mounts = null;
|
||||||
config.Volumes = volumes;
|
config.Volumes = volumes;
|
||||||
return config;
|
return config;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue