Skip to content
Merged
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
12 changes: 2 additions & 10 deletions cf-dns/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,27 @@ services:
image: favonia/cloudflare-ddns:latest
network_mode: host
restart: always
cap_add:
- SETUID
- SETGID
user: "1000:1000"
cap_drop:
- all
read_only: true
security_opt:
- no-new-privileges:true
environment:
- PUID=1000
- PGID=1000
- CF_API_TOKEN=${CF_API_TOKEN}
- DOMAINS=*.code.msws.xyz
- PROXIED=false
# cf-internal:
# image: favonia/cloudflare-ddns:latest
# network_mode: host
# restart: always
# cap_add:
# - SETUID
# - SETGID
# user: "1000:1000"
# cap_drop:
# - all
# read_only: true
# security_opt:
# - no-new-privileges:true
# environment:
# PUID: 1000
# PGID: 1000
# CF_API_TOKEN: ${CF_API_TOKEN}
# DOMAINS: "go.msws.xyz"
# PROXIED: "true"