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:
DementevNikita 2021-03-01 15:20:20 +03:00 committed by GitHub
parent 715b0da3f8
commit 4eb690d782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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>