add image for raspeberry

This commit is contained in:
mkelcik
2023-04-29 14:31:36 +02:00
parent 448d7a924b
commit c7dbb77a63
2 changed files with 71 additions and 2 deletions

10
docker-compose.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: "3"
services:
cf-dns-updater:
image: mkelcik/cloudflare-ddns-update:latest
environment:
- CLOUDFLARE_DNS_TO_CHECK=my.testdomain.com,your.testdomain.com
- CLOUDFLARE_API_KEY=your_cloudflare_api_key
- CLOUDFLARE_ZONE=testdomain.com
- ON_CHANGE_COMMENT="automatically updated"
- CHECK_INTERVAL_SECONDS=300