From 83cd5046f43764b8a772a69736da58046301b31e Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Wed, 25 Dec 2019 18:03:55 -0900 Subject: [PATCH] Update Redis hostname --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8021c74..29dd437 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN pip install -r production.txt RUN pip install -r geeksbot.txt ENV REDIS_DB 0 -ENV REDIS_HOST ip-10-0-0-4.ec2.internal +ENV REDIS_HOST redis.geeksbot.com ENV REDIS_PORT 6379 ENV USE_DOCKER yes ENV DISCORD_DEFAULT_PREFIX g$