Merge branch 'hotfix/v4.3.2'
This commit is contained in:
commit
278bdd870e
@ -217,13 +217,13 @@ if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then
|
|||||||
if [ ${RABBITMQ_SERVER_HOST} != "localhost" ]; then
|
if [ ${RABBITMQ_SERVER_HOST} != "localhost" ]; then
|
||||||
update_rabbitmq_setting
|
update_rabbitmq_setting
|
||||||
else
|
else
|
||||||
LOCAL_SERVICES+=("redis-server")
|
LOCAL_SERVICES+=("rabbitmq-server")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${REDIS_SERVER_HOST} != "localhost" ]; then
|
if [ ${REDIS_SERVER_HOST} != "localhost" ]; then
|
||||||
update_redis_settings
|
update_redis_settings
|
||||||
else
|
else
|
||||||
LOCAL_SERVICES+=("rabbitmq-server")
|
LOCAL_SERVICES+=("redis-server")
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# no need to update settings just wait for remote data
|
# no need to update settings just wait for remote data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user