improve task-demo-metrics-prometheus docker config

This commit is contained in:
Christian Tzolov
2021-03-16 18:58:06 +01:00
parent 7eae5d1805
commit bcc2e8ee8a

View File

@@ -104,7 +104,11 @@
<image>
<name>springcloud/${project.artifactId}</name>
<build>
<from>springcloud/openjdk</from>
<tags>
<tag>latest</tag>
<tag>${project.version}</tag>
</tags>
<from>springcloud/baseimage:1.0.0</from>
<volumes>
<volume>/tmp</volume>
</volumes>