From 0bd2395902c23371956d98af49a5a6086e5336d5 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:14:23 +0300 Subject: [PATCH] AppEcosystem new polished `expose` param (#15) Signed-off-by: Alexander Piskun --- .github/workflows/analysis-coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index aacada7e..73c0380c 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -135,7 +135,7 @@ jobs: cd .. sleep 5s php occ app_ecosystem_v2:daemon:register docker-install Docker unix-socket 0 0 \ - --net=host --host="127.0.0.1" --expose-to-host=true + --net=host --host="127.0.0.1" --expose="local" php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \ --daemon-config-id 1 \ --port 9002 \ @@ -270,7 +270,7 @@ jobs: cd .. sleep 5s php occ app_ecosystem_v2:daemon:register docker-install Docker unix-socket 0 0 \ - --net=host --host="127.0.0.1" --expose-to-host=true + --net=host --host="127.0.0.1" --expose="local" php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \ --daemon-config-id 1 \ --port 9002 \ @@ -399,7 +399,7 @@ jobs: cd .. sleep 5s php occ app_ecosystem_v2:daemon:register docker-install Docker unix-socket 0 0 \ - --net=host --host="127.0.0.1" --expose-to-host=true + --net=host --host="127.0.0.1" --expose="local" php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \ --daemon-config-id 1 \ --port 9002 \