Add ddns service
This commit is contained in:
parent
e642a294c5
commit
81e7d2631d
1 changed files with 8 additions and 0 deletions
8
docker/ddns/docker-compose.toml
Normal file
8
docker/ddns/docker-compose.toml
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue