Skip to content

Commit

Permalink
AppEcosystem new polished expose param (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 authored Jul 3, 2023
1 parent a40e350 commit 0bd2395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 0bd2395

Please sign in to comment.