From 776d40976893ff0b2f3fbc882e129058e744ae1d Mon Sep 17 00:00:00 2001
From: Carlgo11 <carlgo11@users.noreply.github.com>
Date: Tue, 21 May 2024 01:34:52 +0200
Subject: [PATCH] Clean up Docker instructions

---
 README.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index af28d44..778b040 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,7 @@ To run the captive portal, you will need:
    version: '3.8'
    services:
      redis:
-       image: redis/redis-stack-server:latest
-       ports:
-         - "6379:6379"
+       image: redis:alpine
        volumes:
          - redis:/data
      node:
@@ -89,9 +87,7 @@ If you wish to use this, follow these steps:
       version: '3.8'
       services:
         redis:
-          image: redis/redis-stack-server:latest
-          ports:
-            - "6379:6379"
+          image: redis:alpine
           volumes:
             - redis:/data
         node: