Is this a new feature request?
Wanted change
The docs (https://ddclient.net/#command-line-arguments) mention that CLI args can be passed to ddclient instead of the config. AFAIK, the docker image does not support this.
Reason for change
Having the CLI args functionality would be pretty handy to have a single source of truth (.env) and configure the container on the fly. The way things are currenlty, I have to mount a separate ddclient.conf which contains application-specific info.
Proposed code change
Allow users to configure the command field like traefik does.
https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/
Is this a new feature request?
Wanted change
The docs (https://ddclient.net/#command-line-arguments) mention that CLI args can be passed to ddclient instead of the config. AFAIK, the docker image does not support this.
Reason for change
Having the CLI args functionality would be pretty handy to have a single source of truth (.env) and configure the container on the fly. The way things are currenlty, I have to mount a separate ddclient.conf which contains application-specific info.
Proposed code change
Allow users to configure the command field like traefik does.
https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/