Add ddns service

main
Marko Korhonen 1 year ago
parent a7a890f267
commit 9eeda25af6
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -0,0 +1,8 @@
[services.cloudflare-ddns]
image = "timothyjmiller/cloudflare-ddns"
container_name = "cloudflare-ddns"
security_opt = ["no-new-privileges:true"]
network_mode = "host"
environment = ["PUID=1000", "PGID=1000"]
volumes = ["/docker/ddns/config.json:/config.json"]
restart = "unless-stopped"
Loading…
Cancel
Save