Created
September 20, 2021 06:48
-
-
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).
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: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