mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 16:25:22 +02:00
fix(container): delete Mounts field from HostConfig object EE-5387 (#9000)
This commit is contained in:
parent
652bd35dc0
commit
564909d371
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ angular.module('portainer.docker').factory('ContainerHelper', [
|
|||
}
|
||||
}
|
||||
config.HostConfig.Binds = binds;
|
||||
config.HostConfig.Mounts = null;
|
||||
config.Volumes = volumes;
|
||||
return config;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue