Created
April 25, 2021 18:18
-
-
Save dnburgess/42d590927a6a09fd162d6a16db336951 to your computer and use it in GitHub Desktop.
DB Tech CloudFlare-DDNS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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