homelab/fighter/config/ddns/docker-compose.yml
Joey Hafner 1109cfd9e6
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 17s
Deploy to Druid / Deploy (push) Successful in 18s
Deploy to Fighter / Notify (push) Successful in 2s
Deploy to Druid / Notify (push) Successful in 9s
Update all compose files to 3.9 spec
2024-02-15 02:09:59 -08:00

18 lines
313 B
YAML

version: '3.9'
services:
ddclient:
image: linuxserver/ddclient
container_name: ddns_ddclient
restart: "no"
networks:
- ddns
env_file:
- path: ./ddclient.env
required: true
volumes:
- ./ddclient:/config
labels:
- traefik.enable=false
networks:
ddns: