2023-02-17 18:01:32 +01:00
|
|
|
services:
|
2024-11-04 13:08:51 +01:00
|
|
|
|
2023-02-17 18:01:32 +01:00
|
|
|
cloudflare-ddns:
|
|
|
|
image: favonia/cloudflare-ddns:latest
|
|
|
|
container_name: cloudflare-ddns
|
|
|
|
#network_mode: host
|
|
|
|
restart: always
|
2024-07-26 20:40:44 -05:00
|
|
|
user: "1000:1000"
|
2023-02-17 18:01:32 +01:00
|
|
|
cap_drop:
|
|
|
|
- all
|
|
|
|
read_only: true
|
|
|
|
security_opt:
|
|
|
|
- no-new-privileges:true
|
|
|
|
environment:
|
|
|
|
- CF_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN # pls adjust
|
|
|
|
- DOMAINS=example.org,www.example.org,example.io # pls adjust; a list of fully qualified domain names separated by commas
|
2024-07-26 20:40:44 -05:00
|
|
|
- PROXIED=false # if true, instructs Cloudflare to cache webpages on your machine and hide its actual IP addresses
|
2023-02-17 18:03:18 +01:00
|
|
|
- TZ=Europe/Berlin
|
2023-10-05 00:14:16 +02:00
|
|
|
- IP6_PROVIDER=none # disbale IPv6
|