We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac98ea commit 7c06ad5Copy full SHA for 7c06ad5
pom.xml
@@ -94,8 +94,9 @@
94
<!--该镜像的容器启动后, 直接运行spring boot工程 | 容器启动时执行的命令 -->
95
<entryPoint>["java", "-jar", "/${project.build.finalName}.jar"]</entryPoint>
96
<!--<volumes>
97
- <volume></volume>
98
- </volumes>-->
+ <volume>/home</volume>
+ </volumes>
99
+ -->
100
<!-- 设置环境变量 | 类似于DockerDile的ENV -->
101
<env>
102
<MYSQL_IP>119.23.XXX.XXX</MYSQL_IP>
0 commit comments