Initial commit: Namecheap DDNS updater config

This commit is contained in:
2026-02-27 19:51:42 -06:00
commit a879b8d1fe
2 changed files with 72 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
services:
ddns_dotrepo_at:
image: linuxshots/namecheap-ddns
container_name: ddns_dotrepo_at
environment:
- NC_DOMAIN=dotrepo.com
- NC_HOST=@
- NC_PASS=f1e2a12848f24995918b84760fd02b41
restart: unless-stopped
ddns_dotrepo_wild:
image: linuxshots/namecheap-ddns
container_name: ddns_dotrepo_wild
environment:
- NC_DOMAIN=dotrepo.com
- NC_HOST=*
- NC_PASS=f1e2a12848f24995918b84760fd02b41
restart: unless-stopped