Fix failed to connect to redis: no resolver defined to resolve localhost error

This commit is contained in:
Evgeniy Antonyuk 2023-09-18 16:51:33 +04:00
parent 5fc2677a2a
commit eb80430c16

View File

@ -32,7 +32,7 @@ RABBITMQ_USER="guest"
RABBITMQ_PASSWORD="guest"
RABBITMQ_PORT="5672"
REDIS_HOST="localhost"
REDIS_HOST="127.0.0.1"
REDIS_PORT="6379"
JSON="json -I -f"