initial commit
This commit is contained in:
commit
3fd989f070
13 changed files with 145 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk add --no-cache postfix postfix-ldap
|
||||
|
||||
EXPOSE 25 587
|
||||
|
||||
VOLUME /etc/ssl/mail
|
||||
|
||||
ADD /rootfs /
|
Loading…
Add table
Add a link
Reference in a new issue