Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
c34ddaea
Commit
c34ddaea
authored
Nov 24, 2019
by
macro
Browse files
dockerHost提取
parent
78e89861
Changes
2
Hide whitespace changes
Inline
Side-by-side
mall-portal/pom.xml
View file @
c34ddaea
...
...
@@ -71,7 +71,7 @@
<!--</executions>-->
<!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>
http://192.168.3.101:2375
</dockerHost>-->
<!--<dockerHost>
${docker.host}
</dockerHost>-->
<!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar","-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]-->
<!--</entryPoint>-->
...
...
mall-search/pom.xml
View file @
c34ddaea
...
...
@@ -56,7 +56,7 @@
<!--</executions>-->
<!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>
http://192.168.3.101:2375
</dockerHost>-->
<!--<dockerHost>
${docker.host}
</dockerHost>-->
<!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]-->
<!--</entryPoint>-->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment