Skip to content

Commit c195203

Browse files
authored
SYS-660 fix broken ddclient image (#214)
1 parent eebfce4 commit c195203

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

images/ddclient/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ENV HOST= \
1919

2020
RUN apk add --no-cache --update curl ddclient=$DDCLIENT_VERSION \
2121
su-exec && \
22+
mv /etc/ddclient/ddclient.conf /etc/ddclient/ddclient.conf-dist && \
2223
chown ddclient /var/cache/ddclient
2324

2425
COPY entrypoint.sh /usr/local/bin/

0 commit comments

Comments
 (0)