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} chown -R redis:redis ${REDIS_DATA}
chmod -R 750 ${REDIS_DATA} chmod -R 750 ${REDIS_DATA}
LOCAL_SERVICES+=("redis-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
@ -492,7 +492,7 @@ fi
if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then if [ ${ONLYOFFICE_DATA_CONTAINER} != "true" ]; then
waiting_for_db waiting_for_db
waiting_for_amqp waiting_for_amqp
waiting_for_redis # waiting_for_redis
update_nginx_settings update_nginx_settings