Skip to content

Commit

Permalink
Merge pull request #99 from trjohnson19/trjohnson19/update-cf-ddns-to…
Browse files Browse the repository at this point in the history
…-use-lesser-permissions

Update `cf-ddns` to use lesser permissions
  • Loading branch information
trjohnson19 authored Jul 29, 2024
2 parents 177afdc + 9186435 commit 35c97e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose-t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -961,12 +961,10 @@ services:
cf-ddns:
# <<: *common-keys-core # Must set network mode manually
container_name: cf-ddns
image: favonia/cloudflare-ddns:latest
image: favonia/cloudflare-ddns:1
network_mode: host # To make IPv6 easier
restart: always
cap_add:
- SETUID # PUID
- SETGID # PGID
user: "${PUID}:${PGID}"
cap_drop:
- all
read_only: true
Expand Down

0 comments on commit 35c97e0

Please sign in to comment.