diff --git a/Dockerfile b/Dockerfile index ffbbe66..62a2656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable +FROM docker.io/nginx:stable-bullseye # Update repo and install some utilities and prerequisites RUN apt-get update -y diff --git a/confs/redis/redis.conf b/confs/redis/redis.conf index 722261d..f4f08f2 100644 --- a/confs/redis/redis.conf +++ b/confs/redis/redis.conf @@ -1,4 +1,4 @@ -bind 127.0.0.1 -::1 +bind 127.0.0.1 unixsocket /tmp/redis.sock unixsocketperm 777 protected-mode yes