mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-03 17:42:20 +08:00
feat:模块添加tls认证
This commit is contained in:
parent
f3df8d7468
commit
8de0f25aaa
@ -136,7 +136,9 @@
|
|||||||
<entryPoint>["java","-jar","${project.build.finalName}.jar"]</entryPoint>
|
<entryPoint>["java","-jar","${project.build.finalName}.jar"]</entryPoint>
|
||||||
|
|
||||||
<!-- 指定远程 Docker API地址 -->
|
<!-- 指定远程 Docker API地址 -->
|
||||||
<dockerHost>http://101.132.25.57:2375</dockerHost>
|
<dockerHost>https://b.youlai.store:2376</dockerHost>
|
||||||
|
<!-- 指定tls证书的目录 -->
|
||||||
|
<dockerCertPath>C:\certs\docker\b.youlai.store</dockerCertPath>
|
||||||
|
|
||||||
<!-- 复制 jar包到docker容器指定目录-->
|
<!-- 复制 jar包到docker容器指定目录-->
|
||||||
<resources>
|
<resources>
|
||||||
|
Loading…
Reference in New Issue
Block a user