Skip to content

Commit

Permalink
Clean up Docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed May 20, 2024
1 parent 2d7a94a commit 776d409
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 776d409

Please sign in to comment.