Fix kafka-ui image name in docker-compose file (#210)
* Fix kafka-ui image name in docker-compose file * fix docker image name in pom.xml docker build section * fix indentation
This commit is contained in:
parent
715b0da3f8
commit
4eb690d782
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ services:
|
|||
|
||||
kafka-ui:
|
||||
container_name: kafka-ui
|
||||
image: kafka-ui:latest
|
||||
image: provectuslabs/kafka-ui:latest
|
||||
ports:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
|
|
|
@ -280,7 +280,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<tag>${git.revision}</tag>
|
||||
<repository>kafka-ui</repository>
|
||||
<repository>provectuslabs/kafka-ui</repository>
|
||||
<buildArgs>
|
||||
<JAR_FILE>${project.build.finalName}.jar</JAR_FILE>
|
||||
<JAR_NAME>${project.artifactId}.jar</JAR_NAME>
|
||||
|
@ -295,4 +295,4 @@
|
|||
</profiles>
|
||||
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue