add docker compose
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user