We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3c30b commit aef0d58Copy full SHA for aef0d58
opendkim/Dockerfile
@@ -9,7 +9,5 @@ RUN groupmod -g ${OPENDKIM_GID} opendkim && \
9
usermod -u ${OPENDKIM_UID} -g ${OPENDKIM_GID} opendkim
10
RUN groupadd -g ${POSTFIX_GID} postfix && gpasswd -a opendkim postfix
11
12
-RUN wget https://github.com/namachan10777/whaleinit/releases/download/v0.0.4/whaleinit-$(uname -m)-linux-musl -O /whaleinit && \
13
- chmod 755 /whaleinit
14
-
15
-ENTRYPOINT ["/whaleinit"]
+ENTRYPOINT ["/usr/sbin/opendkim"]
+CMD ["-f", "-x", "/etc/opendkim/opendkim.conf"]
opendkim/whaleinit.toml
0 commit comments