Setup Redis with docker-composeSetup Redis with docker-composeSetup Redis with docker-compose

2021::01::05
1 min
AUTHOR:Z.SHINCHVEN
version: '3.5'

services:
  redis:
    container_name: redis
    image: redis
    command: redis-server --appendonly yes --requirepass $REDIS_PASSWORD
    ports:
      - "6379:6379"
    volumes:
      - ./data:/data
    restart: always
RackNerd Billboard Banner
Share Node:

RELATED_DATA_STREAMS

SCANNING_DATABASE_FOR_CORRELATIONS...