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 9111ef8 commit b8bb97dCopy full SHA for b8bb97d
postfix/Dockerfile
@@ -18,4 +18,4 @@ RUN groupadd -g ${DOVECOT_GID} dovecot && \
18
RUN groupmod -g ${POSTFIX_GID} postfix && \
19
usermod -u ${POSTFIX_UID} -g ${POSTFIX_GID} postfix
20
21
-CMD [ "/usr/sbin/postfix" "start-fg" ]
+CMD [ "/usr/sbin/postfix", "start-fg" ]
0 commit comments