mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
10 lines
262 B
YAML
10 lines
262 B
YAML
version: '3.7'
|
|
services:
|
|
ddns:
|
|
image: oznu/cloudflare-ddns:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
- API_KEY=MyCloudflareApiToken # change this
|
|
- ZONE=example.com
|
|
- SUBDOMAIN=* # either subdomain or wildcard * to update root domain
|