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