Skip to content

CloudFlare ZeroTrust🔗

An Alpine Linux template is used.

Alpine pre-setup🔗

Setup🔗

There is quite a lot of information that should probably be documented here, but I’m not even sure anymore what I did exactly to get it working the way I wanted...

CFZT Compose fail
---
services:
# CF Tunnel
  cloudflared:
    image: cloudflare/cloudflared:latest
    command: tunnel --no-autoupdate run --token ****
    restart: always

# Watchtower
  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      - WATCHTOWER_CLEANUP=true
      - TZ=Europe/Tallinn
    restart: unless-stopped

All settings were set up in Cloudflare Dash website.

Doc unfinished