fix(core): update
This commit is contained in:
parent
73476c2c39
commit
f3779faaaf
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user