From 6c73967c2f8a5b266177bab863ca1cef9d9bf5e6 Mon Sep 17 00:00:00 2001
From: Ulrich Ludmann
Date: Fri, 5 Jul 2024 13:32:36 +0200
Subject: [PATCH] chore: switch to compose v2 api (#2999)
---
installer/cli/bin/common | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/installer/cli/bin/common b/installer/cli/bin/common
index db4b216ac8..9815433287 100644
--- a/installer/cli/bin/common
+++ b/installer/cli/bin/common
@@ -69,8 +69,8 @@ deployment_notice() {
If your environment contains the StreamPipes UI, open your browser and follow
the instructions to get started:
-
- Local Docker for Mac/Windows, Linux: http://localhost/
+
+ Local Docker for Mac/Windows, Linux: http://localhost/
Remote Docker host: http://HOST_IP/
EOF
@@ -110,7 +110,7 @@ get_curr_environment() {
concatenate_compose_files() {
no_ports=$1
search_str="[environment:"
- docker_compose_files="docker-compose --env-file $STREAMPIPES_WORKDIR/.env"
+ docker_compose_files="docker compose --env-file $STREAMPIPES_WORKDIR/.env"
while IFS='' read -r line; do
[[ -n "$line" && "$line" != *"$search_str"* && "$line" != [[:blank:]#]* ]] &&