Skip to content

Commit b8bb97d

Browse files
committed
fix postfix
1 parent 9111ef8 commit b8bb97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postfix/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ RUN groupadd -g ${DOVECOT_GID} dovecot && \
1818
RUN groupmod -g ${POSTFIX_GID} postfix && \
1919
usermod -u ${POSTFIX_UID} -g ${POSTFIX_GID} postfix
2020

21-
CMD [ "/usr/sbin/postfix" "start-fg" ]
21+
CMD [ "/usr/sbin/postfix", "start-fg" ]

0 commit comments

Comments
 (0)