Skip to content

Instantly share code, notes, and snippets.

@vnl
Created September 20, 2021 06:48
Show Gist options
  • Save vnl/257183154bb550369e8e4e9ec772ab49 to your computer and use it in GitHub Desktop.
Save vnl/257183154bb550369e8e4e9ec772ab49 to your computer and use it in GitHub Desktop.
This Docker image will allow you to use the free CloudFlare DNS Service as a Dynamic DNS Provider (DDNS).
version: '2'
services:
cloudflare-ddns:
image: oznu/cloudflare-ddns:latest
restart: always
environment:
- API_KEY=<YOUR API KEY>
- ZONE=<YOUR DOMAIN>
- PROXIED=true
- PUID=<YOUR UID>
- PGID=<YOUR GID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment