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:
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 \
You can’t perform that action at this time.
0 commit comments