Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 994 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 994 Bytes

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