fix(core): update

This commit is contained in:
2019-09-15 15:08:48 +02:00
parent 44f2aab2f6
commit 225c1be14c
3 changed files with 34 additions and 33 deletions

View File

@ -11,4 +11,5 @@ export interface IServiceCreationDescriptor {
networkAlias: string;
secrets: DockerSecret[];
ports: string[];
accessHostDockerSock?: boolean;
}