mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(container): delete Mounts field from HostConfig object EE-5387 (#9001)
This commit is contained in:
parent
ac94d344df
commit
fdd79cece8
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ angular.module('portainer.docker').factory('ContainerHelper', [
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
config.HostConfig.Mounts = null;
|
||||||
config.HostConfig.Binds = binds;
|
config.HostConfig.Binds = binds;
|
||||||
config.Volumes = volumes;
|
config.Volumes = volumes;
|
||||||
return config;
|
return config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue