Skip to content

Latest commit

 

History

History

redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Redis Docker Guide

Some basic commands to use redis docker container

Redis server 🐳 Docker-Hub

Redis insight 🐳 Docker-Hub

⏩ Running a sample

docker-compose up

To stop and remove all containers of the sample application run:

docker-compose down

To stop and remove all containers with Volume of the sample application run:

docker-compose down -v

## ✨ Redis Config
#

```console
Make sure to modify the below hostname in the envrionment variable in docker insight
RITRUSTEDORIGINS: https://redisinsight.rajawat.com,http://localhost,http://172.27.0.1

Author

👤 RajawatBanna