services: cloudflare-ddns: container_name: ddns image: favonia/cloudflare-ddns:latest network_mode: host restart: always user: "1000:1000" read_only: true cap_drop: [all] security_opt: [no-new-privileges:true] environment: - CLOUDFLARE_API_TOKEN=${CFKEY} - DOMAINS=archfox.org, jelly.archfox.org, searxng.archfox.org, bookstack.archfox.org, vault.archfox.org, git.archfox.org, nextcloud.archfox.org, aria.archfox.org, wings.archfox.org, panel.archfox.org, omada.archfox.org, mc.archfox.org, ai.archfox.org, p.archfox.org, actual.archfox.org - PROXIED=false