Downloads are available as standalone binaries, a Docker image, and Debian, RPM, and Homebrew packages. You can also find releases here on the cloudflared GitHub repository.You can install on macOS via Homebrew
docker-compose version: '3' services: cloudflared: image: cloudflared:latest container_name: cloudflared restart: unless-stopped ports: - 127.0.0.1:53:53 - 127.0.0.1:53:53/udp logging: driver: "json-file" options: max-size: "10m" max-file: "3" compress: "true" ...
Visit the following GitHub repositories for more Docker samples. Awesome Compose: A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file. Docker Samples: A collection of over 30 repositories that...
数据库和云厂商领域已经很久没有什么特比新鲜的事情了。这两天来了一个新闻,看起来还有点大。 Cloudflare正式官宣的推出了一个叫作D1的云数据库产品。 Cloudflare这家公司,做数据库的大概率是不知道的,但是做CDN的,做云安全的大概很熟悉了。 Cloudflare是什么呢?简单一点来说,作为一个网站开发者,只要将自己的网站...
Visit the following GitHub repositories for more Docker samples. Awesome Compose : A curated repository containing over 30 Docker Compose samples. These samples offer a starting point for how to integrate different services using a Compose file. Docker Samples : A collection of over 30 repositories ...
docker multi-platform docker-compose alpine-linux dns-over-https dns-proxy cloudflared Updated Apr 13, 2025 Dockerfile yonggekkk / ArgoSB Star 275 Code Issues Pull requests ArgoSB一键无交互vmess代理脚本:最新sing-box内核+最新Cloudflared-Argo内核,最多输出13个Argo不死优选IP节点 google idx argo...
docker run --network host wisdomsky/cloudflared-web:latest or if usingdocker-compose.yml: services:cloudflared:image:wisdomsky/cloudflared-web:latestrestart:unless-stoppednetwork_mode:host The Web UI where you can setup the Cloudflared token can be accessed from port14333: ...
Today, after updating the cloudflared docker from 2022.3.4 to 2022.4.0, the new quick protocol failed to connect to the server, causing the cloudflared docker container to self-destruct. The logs can be found here: 2022-04-08T04:36:40Z I...
Dockerfile Dockerfile.amd64 Dockerfile.arm64 LICENSE Makefile README.md RELEASE_NOTES build-packages-fips.sh build-packages.sh catalog-info.yaml cfsetup.yaml check-fips.sh cloudflared.wxs cloudflared_man_template dev.Dockerfile fmt-check.sh github_message.py github_release.py go.mod go.sum ...
No docker-compose examples on the web that I was able to find. Checked this GitHub repository and was unable to find any more info. (And some documentation on how to run cloudflared in docker compose would be helpful, Aside from the basic one-liner on hub.docker.com there isn't ...