You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/14 14:52:34 UTC

[incubator-streampipes-installer] branch rel/0.67.0 updated: [hotfix] edit deployment notice, edit min requirement for docker-compose supporting --env-file option

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

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


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new 4d8fea9  [hotfix] edit deployment notice, edit min requirement for docker-compose supporting --env-file option
4d8fea9 is described below

commit 4d8fea9ff72aaef024d4239b827852c94a002c6d
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 14 16:52:08 2020 +0200

    [hotfix] edit deployment notice, edit min requirement for docker-compose supporting --env-file option
---
 cli/README.md  | 2 +-
 cli/bin/common | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/cli/README.md b/cli/README.md
index 8ebd526..f1c59b4 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -42,7 +42,7 @@ streampipes up -d
 The CLI is basically a wrapper around multiple `docker` and `docker-compose` commands plus some additional sugar.
 
 * Docker >= 17.06.0
-* Docker-Compose >= 1.17.0 (Compose file format: 3.4)
+* Docker-Compose >= 1.26.0 (Compose file format: 3.4)
 * Google Chrome (recommended), Mozilla Firefox, Microsoft Edge
 * For Windows Developer: GitBash only
 
diff --git a/cli/bin/common b/cli/bin/common
index 5708faa..780527f 100644
--- a/cli/bin/common
+++ b/cli/bin/common
@@ -68,7 +68,9 @@ deployment_notice() {
             Check docs for help:  https://streampipes.apache.org/docs
 
     If your environment contains the StreamPipes UI, open your browser and follow
-    the instructions to get started: http://localhost/
+    the instructions to get started:
+    
+    Docker for Mac/Windows, Linux:     http://localhost/   OR    http://HOST_IP/
 
 EOF
 }