-
I have installed it on synology in docker. Works ok so far. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's just Synology being silly and not allowing you to leave environment variables defined in the Docker image as empty (and thus us the defaults set in the Docker image). What you can do is set every variables according to the defaults described here: You can set TZ to your timezone, for example |
Beta Was this translation helpful? Give feedback.
It's just Synology being silly and not allowing you to leave environment variables defined in the Docker image as empty (and thus us the defaults set in the Docker image). What you can do is set every variables according to the defaults described here:
https://github.com/qdm12/ddns-updater/blob/012a6dddcd388c6110e5ef0006e96c2b1ac18577/Dockerfile#L77_L107
You can set TZ to your timezone, for example
Europe/Brussels
.