Skip to content

Commit

Permalink
修复compose商店部署不能修改端口号
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap committed Nov 29, 2024
1 parent 6a06837 commit cfac5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/service/compose/placehold.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ func ReplacePlaceholder(str string) string {
if value, ok := placeholderList[str]; ok {
return value
} else {
return ""
return str
}
}

0 comments on commit cfac5de

Please sign in to comment.