You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2021/12/01 07:53:05 UTC

[incubator-streampipes] branch dev updated: [hotfix] Remove port mapping from influx config

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new d7abfab  [hotfix] Remove port mapping from influx config
d7abfab is described below

commit d7abfabd2e531dafae4fd09827c85bf096347c3a
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Dec 1 08:51:25 2021 +0100

    [hotfix] Remove port mapping from influx config
---
 installer/cli/deploy/standalone/influxdb/docker-compose.dev.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/installer/cli/deploy/standalone/influxdb/docker-compose.dev.yml b/installer/cli/deploy/standalone/influxdb/docker-compose.dev.yml
index 156e94f..8a3e467 100644
--- a/installer/cli/deploy/standalone/influxdb/docker-compose.dev.yml
+++ b/installer/cli/deploy/standalone/influxdb/docker-compose.dev.yml
@@ -19,4 +19,3 @@ services:
     ports:
       - "8083:8083"
       - "8086:8086"
-      - "8090:8090"