Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created April 25, 2021 18:18
Show Gist options
  • Save dnburgess/42d590927a6a09fd162d6a16db336951 to your computer and use it in GitHub Desktop.
Save dnburgess/42d590927a6a09fd162d6a16db336951 to your computer and use it in GitHub Desktop.
DB Tech CloudFlare-DDNS
version: '2'
services:
cloudflare-ddns:
image: oznu/cloudflare-ddns
environment:
- API_KEY=TheAPIkeyYouGotFromCloudFlare
- ZONE=yoursite.com
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment