1
0
Files
namecheap_ddns/compose.yml
Kappeh 51e5a5a0f9
All checks were successful
Deploy / Deploy (push) Successful in 22s
Enable docker image update notifications
2026-02-20 20:48:18 +00:00

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