18 lines
389 B
YAML
18 lines
389 B
YAML
services:
|
|
namecheap_ddns:
|
|
container_name: namecheap_ddns
|
|
image: edchamberlain/namecheap_ddns:latest
|
|
restart: unless-stopped
|
|
env_file: namecheap_ddns.env
|
|
networks:
|
|
- namecheap_ddns_network
|
|
labels:
|
|
diun.enable: "true"
|
|
diun.watch_repo: "true"
|
|
diun.include_tags: "latest"
|
|
|
|
networks:
|
|
namecheap_ddns_network:
|
|
name: namecheap_ddns_network
|
|
|