fix(core): update

This commit is contained in:
2019-09-13 22:37:38 +02:00
parent a48e1e035e
commit 5c6c06dee6
3 changed files with 9 additions and 2 deletions

View File

@ -10,4 +10,5 @@ export interface IServiceCreationDescriptor {
networks: DockerNetwork[];
networkAlias: string;
secrets: DockerSecret[];
ports: string[];
}