diff --git a/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts b/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts index 073a7271..53711c68 100644 --- a/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts +++ b/src/app/components/project-map/node-editors/configurator/docker/configurator-docker.component.ts @@ -39,7 +39,7 @@ export class ConfiguratorDialogDockerComponent implements OnInit { this.generalSettingsForm = this.formBuilder.group({ name: new FormControl('', Validators.required), adapter: new FormControl('', Validators.required), - startCommand: new FormControl('', Validators.required), + startCommand: new FormControl(''), consoleHttpPort: new FormControl('', Validators.required), consoleHttpPath: new FormControl('', Validators.required), });