Merge pull request #23 from favonia/eliminate-puid

Update security settings of favonia/cloudflare-ddns
pull/26/head
LRVT 2024-07-28 02:35:29 +02:00 zatwierdzone przez GitHub
commit 21c3fca2fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -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