spaskifilip / Cloudflare DNS Updater
0 likes
0 forks
1 files
Last active
Hi all I created (built on an existing creation) a DNS updater for Cloudlfare https://hub.docker.com/r/spaskifilip/cloudflare-dns-updater more detailed instructions are there, but here is my compose file
1 | #Docker compose for cloudflare-dns-updater |
2 | version: "3.6" |
3 | services: |
4 | cloudlfare-dns-updater: |
5 | image: "spaskifilip/cloudflare-dns-updater:latest" |
6 | container_name: "cloudlfare-dns-updater" |
7 | volumes: |
8 | - app-data:/app # optional unless using the domains.json file and DOMAINS_FILE_PATH variable |
9 | environment: |
10 | CF_API_TOKEN: "YOUR_API_TOKEN" # Recomended to create a token for the zones, not use the main token |
Newer
Older