mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
9 lines
287 B
TOML
9 lines
287 B
TOML
[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"
|