Skip to content

Commit

Permalink
chore: switch to compose v2 api (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
uliludmann authored Jul 5, 2024
1 parent 6136d93 commit 6c73967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/cli/bin/common
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:]#]* ]] &&
Expand Down

0 comments on commit 6c73967

Please sign in to comment.