fix(core): update
This commit is contained in:
@ -12,4 +12,7 @@ export interface IServiceCreationDescriptor {
|
||||
secrets: DockerSecret[];
|
||||
ports: string[];
|
||||
accessHostDockerSock?: boolean;
|
||||
resources?: {
|
||||
memorySizeMB: number
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user