File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
cd ..
136
136
sleep 5s
137
137
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"
139
139
php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
140
140
--daemon-config-id 1 \
141
141
--port 9002 \
@@ -270,7 +270,7 @@ jobs:
270
270
cd ..
271
271
sleep 5s
272
272
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"
274
274
php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
275
275
--daemon-config-id 1 \
276
276
--port 9002 \
@@ -399,7 +399,7 @@ jobs:
399
399
cd ..
400
400
sleep 5s
401
401
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"
403
403
php occ app_ecosystem_v2:app:register $app_name $app_version "NcPyApi" \
404
404
--daemon-config-id 1 \
405
405
--port 9002 \
You can’t perform that action at this time.
0 commit comments