Skip to content

Instantly share code, notes, and snippets.

View nimasrn's full-sized avatar
👽

Nima Sarayan nimasrn

👽
View GitHub Profile
@nimasrn
nimasrn / docker-compose.yml
Created November 15, 2021 17:53
redis replica with docker-compose
version: '3'
services:
redis:
image: redis:5.0.0
container_name: master
ports:
- "6379:6379"
networks:
- redis-replication