fix(core): update

This commit is contained in:
2019-09-19 20:05:56 +02:00
parent 178c1d2df1
commit cdb69c5f17
2 changed files with 18 additions and 2 deletions

View File

@ -12,4 +12,7 @@ export interface IServiceCreationDescriptor {
secrets: DockerSecret[];
ports: string[];
accessHostDockerSock?: boolean;
resources?: {
memorySizeMB: number
};
}