This commit is contained in:
Louis Lam
2023-12-26 03:18:56 +08:00
parent ca3bb30ee0
commit fa0a4f8ccf
9 changed files with 99 additions and 24 deletions

View File

@@ -293,7 +293,7 @@ function copyYAMLCommentsItems(items : any, srcItems : any) {
* @param input
* @param hostname
*/
export function parseDockerPort(input : string, hostname) {
export function parseDockerPort(input : string, hostname : string) {
let port;
let display;