mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
Merge pull request #23 from favonia/eliminate-puid
Update security settings of favonia/cloudflare-ddns
This commit is contained in:
commit
21c3fca2fc
|
@ -5,16 +5,15 @@ services:
|
||||||
container_name: cloudflare-ddns
|
container_name: cloudflare-ddns
|
||||||
#network_mode: host
|
#network_mode: host
|
||||||
restart: always
|
restart: always
|
||||||
|
user: "1000:1000"
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- all
|
- all
|
||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
environment:
|
environment:
|
||||||
- PGID=1000
|
|
||||||
- PUID=1000
|
|
||||||
- CF_API_TOKEN=YOUR-CLOUDFLARE-API-TOKEN # pls adjust
|
- 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
|
- 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
|
- TZ=Europe/Berlin
|
||||||
- IP6_PROVIDER=none # disbale IPv6
|
- IP6_PROVIDER=none # disbale IPv6
|
||||||
|
|
Loading…
Reference in New Issue
Block a user