update postfix run script
This commit is contained in:
parent
e9460143cc
commit
c2856011cb
@ -1,6 +1,6 @@
|
||||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk add --no-cache postfix postfix-ldap
|
||||
RUN apk add --no-cache postfix postfix-ldap bash
|
||||
|
||||
EXPOSE 25 587
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
trap "postfix stop" SIGINT
|
||||
trap "postfix stop" SIGTERM
|
||||
|
Loading…
Reference in New Issue
Block a user