Answers for "redis conf in docker not found"

0

redis conf in docker not found

redis:
    image: redis
    command: redis-server /usr/local/etc/redis/redis.conf
    ports:
      - "6379:6379"
    volumes:
      - /mnt/xvdb/redis/:/usr/local/etc/redis/
      - ./redis/redis.conf:/usr/local/etc/redis/redis.conf
Posted by: Guest on April-26-2022

Code answers related to "redis conf in docker not found"

Browse Popular Code Answers by Language