dacongyun.com
分享国内外服务器主机优惠信息

Can’t chdir to ‘/usr/local/redis/data’: No such file or directory 怎么处…

  1. redis:
  2.     image: redis:${REDIS_VERSION}
  3.     container_name: redis
  4.     ports:
  5.       – “6379:6379”
  6.     volumes:
  7.       – ./file/redis.conf:/etc/redis.conf
  8.       – ./data/redis/:/data
  9.       – ./logs/redis.log:/usr/local/redis/redis.log
  10.     restart: always
  11.     entrypoint: [“redis-server”, “/etc/redis.conf”]

复制代码

启动后 日志 报错:

  1. Can’t chdir to ‘/usr/local/redis/data’: No such file or directory

复制代码

看了很多 dockercompose 文件,都让挂在 /data 和 /usr/local/redis/data 其实是一样的,咋整?

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

真正的个人支付接口

云免签H5支付