remove poorly placed comment
This commit is contained in:
parent
e7b8bbc8fc
commit
ea46b592b4
1 changed files with 3 additions and 1 deletions
|
@ -9,5 +9,7 @@ VOLUME [ "/var/spool/postfix", "/etc/postfix" ]
|
|||
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
||||
CMD ["postfix", "start-fg"] # start-fg = start in foreground
|
||||
# start-fg = start in foreground
|
||||
CMD ["postfix", "start-fg"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue