提交 7f33490a 编写于 作者: zhouweidong's avatar zhouweidong

docker yml补充sysrun参数

上级 c922c815
......@@ -29,7 +29,7 @@ services:
<#if appPlatform.getUserParamNames()??>
<@outputUserParam appPlatform appPlatform.getUserParamNames()/>
</#if>
<#comment>输出应用自定义参数</#comment>
<#comment>输出前端应用自定义参数</#comment>
<#if depApp.getUserParamNames()??>
<@outputUserParam depApp depApp.getUserParamNames()/>
</#if>
......
......@@ -29,7 +29,7 @@ services:
<#if depSysApiPlatform.getUserParamNames()??>
<@outputUserParam depSysApiPlatform depSysApiPlatform.getUserParamNames()/>
</#if>
<#comment>输出应用自定义参数</#comment>
<#comment>输出服务接口自定义参数</#comment>
<#if depSysApi.getUserParamNames()??>
<@outputUserParam depSysApi depSysApi.getUserParamNames()/>
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册