You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/05 08:52:03 UTC

[incubator-streampipes-installer] branch dev updated: Change container name of enricher

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-installer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 73ba5f2  Change container name of enricher
73ba5f2 is described below

commit 73ba5f226a6a01a8ea9f79008052d1dbadb2f6b7
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Jun 5 10:51:40 2020 +0200

    Change container name of enricher
---
 cli/services/processors-enricher-jvm/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/services/processors-enricher-jvm/docker-compose.yml b/cli/services/processors-enricher-jvm/docker-compose.yml
index 00d3718..1709cce 100644
--- a/cli/services/processors-enricher-jvm/docker-compose.yml
+++ b/cli/services/processors-enricher-jvm/docker-compose.yml
@@ -15,7 +15,7 @@
 
 version: "2"
 services:
-  processors-filters-jvm:
+  processors-enricher-jvm:
     image: ${SP_DOCKER_REGISTRY}processors-enricher-jvm:${SP_PE_VERSION}
     depends_on:
       - "consul"