From a289b6f463aaa7b3129e7042e019f1e42592d085 Mon Sep 17 00:00:00 2001 From: favonia Date: Fri, 26 Jul 2024 20:40:44 -0500 Subject: [PATCH] Update security settings of favonia/cloudflare-ddns --- examples/cloudflare-ddns/docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/cloudflare-ddns/docker-compose.yml b/examples/cloudflare-ddns/docker-compose.yml index f237dc9..823aece 100644 --- a/examples/cloudflare-ddns/docker-compose.yml +++ b/examples/cloudflare-ddns/docker-compose.yml @@ -5,16 +5,15 @@ 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=false # instructs Cloudflare to cache webpages on your machine and hide its actual IP addresses + - PROXIED=false # if true, instructs Cloudflare to cache webpages on your machine and hide its actual IP addresses - TZ=Europe/Berlin - IP6_PROVIDER=none # disbale IPv6