File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,8 +51,6 @@ wait_for_service() {
5151 sleep 5
5252 done
5353 echo " ❌ $2 failed to start"
54- docker logs " $2 "
55- docker inspect " $2 "
5654 exit 1
5755}
5856
@@ -168,7 +166,7 @@ setup_wopi_collabora() {
168166 export COLLABORATION_WOPI_SRC=http://localhost:9300
169167 $OCIS_BIN collaboration server
170168 ) &
171- wait_for_service " http://localhost:9300" " wopi-collabora"
169+ wait_for_service " http://localhost:9300/hosting/discovery " " wopi-collabora"
172170}
173171
174172setup_wopi_onlyoffice () {
@@ -189,7 +187,7 @@ setup_wopi_onlyoffice() {
189187 export COLLABORATION_WOPI_SRC=http://localhost:9302
190188 $OCIS_BIN collaboration server
191189 ) &
192- wait_for_service " http://localhost:9302" " wopi-onlyoffice"
190+ wait_for_service " http://localhost:9302/hosting/discovery " " wopi-onlyoffice"
193191}
194192
195193if $TIKA_ENABLED ; then
You can’t perform that action at this time.
0 commit comments