improve task-demo-metrics-prometheus docker config
This commit is contained in:
@@ -104,7 +104,11 @@
|
|||||||
<image>
|
<image>
|
||||||
<name>springcloud/${project.artifactId}</name>
|
<name>springcloud/${project.artifactId}</name>
|
||||||
<build>
|
<build>
|
||||||
<from>springcloud/openjdk</from>
|
<tags>
|
||||||
|
<tag>latest</tag>
|
||||||
|
<tag>${project.version}</tag>
|
||||||
|
</tags>
|
||||||
|
<from>springcloud/baseimage:1.0.0</from>
|
||||||
<volumes>
|
<volumes>
|
||||||
<volume>/tmp</volume>
|
<volume>/tmp</volume>
|
||||||
</volumes>
|
</volumes>
|
||||||
|
|||||||
Reference in New Issue
Block a user