From 4468ce371f30ed432cf994cc6546aa828bf385a7 Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Thu, 4 Jun 2020 11:56:08 +0300 Subject: [PATCH] Disable redis server --- run-document-server.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-document-server.sh b/run-document-server.sh index b040372..1fe8813 100755 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -466,7 +466,7 @@ if [ ${ONLYOFFICE_DATA_CONTAINER_HOST} = "localhost" ]; then chown -R redis:redis ${REDIS_DATA} chmod -R 750 ${REDIS_DATA} - LOCAL_SERVICES+=("redis-server") + # LOCAL_SERVICES+=("redis-server") fi else # no need to update settings just wait for remote data @@ -492,7 +492,7 @@ fi if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then waiting_for_db waiting_for_amqp - waiting_for_redis + # waiting_for_redis update_nginx_settings