feat: 编辑应用增加编辑 docker-compose.yml (#1206)

This commit is contained in:
zhengkunwang223
2023-05-31 07:59:00 +00:00
committed by GitHub
parent 49f4f316f8
commit b3caa343d2
4 changed files with 157 additions and 8 deletions
+1
View File
@@ -186,5 +186,6 @@ export namespace App {
memoryUnit: string;
containerName: string;
allowPort: boolean;
dockerCompose: string;
}
}