Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions examples/cloudflare-ddns/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ services:
container_name: cloudflare-ddns
#network_mode: host
restart: always
user: "1000:1000"
cap_drop:
- all
read_only: true
security_opt:
- no-new-privileges:true
environment:
- PGID=1000
- PUID=1000
- 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
- PROXIED=true # instructs Cloudflare to cache webpages on your machine and hide its actual IP addresses
Expand Down