Skip to content

jcbiellikltd/docker-ddclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddclient Container

Docker Pulls Docker Stars Docker Build Docker Build Status

ddclient running on Debian.

Configuration

See example directory for sample config file.

Quickstart

ddclient:
  image: joebiellik/ddclient

  tty: true # Required to capture logs

  volumes:
    # You must provide a ddclient config file
    - ./ddclient.conf:/config/ddclient.conf