mailcatcher
This commit is contained in:
7
mailcatcher/Dockerfile
Normal file
7
mailcatcher/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM schickling/mailcatcher
|
||||
|
||||
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
|
||||
|
||||
CMD ["mailcatcher", "--no-quit", "--foreground", "--ip=0.0.0.0"]
|
||||
|
||||
EXPOSE 1025 1080
|
Reference in New Issue
Block a user