Disable redis server

This commit is contained in:
Semen Bezrukov 2020-06-04 11:56:08 +03:00
parent 91815ac24a
commit 4468ce371f

View file

@ -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