Update configurator-docker.component.ts

This commit is contained in:
piotrpekala7 2021-12-07 15:51:26 +01:00
parent 96928d86f8
commit cc6b8cd28c

View File

@ -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),
});