Ubuntu上搭建ragflow遇到的问题记录
一、未知的host-gateway错误 修改docker/docker-compose.yml文件 # 将host-gateway修改成具体的内部网络ip - "host.docker.internal:host-gateway" - "host.docker.internal: 172.17.0.1" 二、redis起不来 …
一、未知的host-gateway错误 修改docker/docker-compose.yml文件 # 将host-gateway修改成具体的内部网络ip - "host.docker.internal:host-gateway" - "host.docker.internal: 172.17.0.1" 二、redis起不来 …