We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebfce4 commit c195203Copy full SHA for c195203
1 file changed
images/ddclient/Dockerfile
@@ -19,6 +19,7 @@ ENV HOST= \
19
20
RUN apk add --no-cache --update curl ddclient=$DDCLIENT_VERSION \
21
su-exec && \
22
+ mv /etc/ddclient/ddclient.conf /etc/ddclient/ddclient.conf-dist && \
23
chown ddclient /var/cache/ddclient
24
25
COPY entrypoint.sh /usr/local/bin/
0 commit comments