1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

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

This commit is contained in:
cmeng 2023-05-29 09:01:42 +12:00 committed by GitHub
parent ac94d344df
commit fdd79cece8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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