add docker compose

This commit is contained in:
mxmlndml
2023-05-28 16:22:55 +02:00
parent 9271d0e320
commit a5880ee555

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
cloudflare-ddns:
image: cloudflare-ddns
restart: always
environment:
- API_KEY=123
- ZONE_ID=023e105f4ecef8ad9ca31a8372d0c353
- DOMAIN_NAME=dyndns.example.com
- INTERVAL=5
- LOG_LEVEL=INFO