Skip to content

Commit 0bd2395

Browse files
authored
AppEcosystem new polished expose param (#15)
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
1 parent a40e350 commit 0bd2395

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
cd ..
136136
sleep 5s
137137
php occ app_ecosystem_v2:daemon:register docker-install Docker unix-socket 0 0 \
138-
--net=host --host="127.0.0.1" --expose-to-host=true
138+
--net=host --host="127.0.0.1" --expose="local"
139139
php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
140140
--daemon-config-id 1 \
141141
--port 9002 \
@@ -270,7 +270,7 @@ jobs:
270270
cd ..
271271
sleep 5s
272272
php occ app_ecosystem_v2:daemon:register docker-install Docker unix-socket 0 0 \
273-
--net=host --host="127.0.0.1" --expose-to-host=true
273+
--net=host --host="127.0.0.1" --expose="local"
274274
php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
275275
--daemon-config-id 1 \
276276
--port 9002 \
@@ -399,7 +399,7 @@ jobs:
399399
cd ..
400400
sleep 5s
401401
php occ app_ecosystem_v2:daemon:register docker-install Docker unix-socket 0 0 \
402-
--net=host --host="127.0.0.1" --expose-to-host=true
402+
--net=host --host="127.0.0.1" --expose="local"
403403
php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
404404
--daemon-config-id 1 \
405405
--port 9002 \

0 commit comments

Comments
 (0)