19 lines
483 B
YAML
19 lines
483 B
YAML
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
|