ngbdf / redis-manager

Redis 一站式管理平台,支持集群的监控、安装、管理、告警以及基本的数据操作

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

访问 http://redis-manager:8182/data/conf/cluster/redis.conf 时 404错误

noahzaozao opened this issue · comments

2020-12-22 02:27:43.547 [qtp1796419397-84] INFO com.newegg.ec.redis.plugin.install.InstallationTemplate - redisdev50 start pulling redis.conf...
2020-12-22 02:27:43.776 [qtp1796419397-84] INFO com.newegg.ec.redis.plugin.install.service.AbstractNodeOperation - --2020-12-21 21:27:43-- http://192.168.3.50:8182/data/conf/cluster/redis.conf
Connecting to 192.168.3.50:8182... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-12-21 21:27:43 ERROR 404: Not Found.

针对docker容器启动的

  1. 进容器 docker exec -it xxxx /bin/sh
  2. vi conf/application.yml
  3. 修改redis-manager.installation.conf-path 为容器内绝对路径 /app/redis-manager/data/conf/

接下去会新打一个镜像,直接修复该问题