fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-22 17:42:28 +02:00
parent 73476c2c39
commit f3779faaaf

View File

@ -128,7 +128,10 @@ export class DockerService {
Image: serviceCreationDescriptor.image.RepoTags[0],
Labels: labels,
Secrets: secretArray,
Mounts: mounts
Mounts: mounts,
DNSConfig: {
Nameservers: ['1.1.1.1']
}
},
UpdateConfig: {
Parallelism: 0,