[Question]: Errors for `docker compose -f docker/docker-compose.yml up -d`
Describe your problem
阿里云和华为云都试过了 Error response from daemon: Head "https://registry-1.docker.io/v2/valkey/valkey/manifests/8": Get "https://auth.docker.io/token?scope=repository%3Avalkey%2Fvalkey%3Apull&service=registry.docker.io": tls: failed to verify certificate: x509: certificate is valid for *.twitter.com, twitter.com, *.x.com, x.com, not auth.docker.io
Change the image source:
搞个了VPN,最后部署成功。 镜像多多少少个别下载不成功,会有问题。
docker-compose -f docker-compose.yml up -d
WARN[0000] The "HF_ENDPOINT" variable is not set. Defaulting to a blank string.
WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string.
validating /root/ragflow-main/docker/docker-compose-base.yml: networks.ragflow Additional property extra_hosts is not allowed
这种报错如何解决啊
docker-compose -f docker-compose.yml up -d WARN[0000] The "HF_ENDPOINT" variable is not set. Defaulting to a blank string. WARN[0000] The "MACOS" variable is not set. Defaulting to a blank string. validating /root/ragflow-main/docker/docker-compose-base.yml: networks.ragflow Additional property extra_hosts is not allowed 这种报错如何解决啊
可能是docker版本的问题
I meet again docker error: Docker version 26.1.3, build 26.1.3-0ubuntu1~20.04.1